Reaction messages only notify author of target message. This is done by fetching the target message info and checking if the creatorID of the target message is the same as the userID of the user recieving the notif
Linear Task: ENG-2616
Differential D6186
[keyserver] reaction messages only notifiy author of target message ginsu on Jan 5 2023, 1:57 PM. Authored by Tags None Referenced Files
Details Reaction messages only notify author of target message. This is done by fetching the target message info and checking if the creatorID of the target message is the same as the userID of the user recieving the notif Linear Task: ENG-2616 Please watch the demo video to see the changes I made. For additional context ginsu is signed in to the simulator on the left and dan is signed into the simulator on the right
Diff Detail
Event Timeline
Comment Actions Prefer you squash the changes into here instead of a follow-up diff, but if you feel strongly we can do it as two separate diffs... I'll just need to see the follow-up before I can accept this one. Requesting changes until the comments are addressed
Comment Actions The next iteration here might be to make generatesNotifs return a enum, eg. pushType.NOTIF, pushType.RESCIND, or undefined
|