Page MenuHomePhabricator

[keyserver/lib] introuce localID field to sendReactionMessage action and reactionMessageCreationResponder
ClosedPublic

Authored by ginsu on Dec 30 2022, 3:41 PM.
Tags
None
Referenced Files
F5912579: D6118.id20723.diff
Thu, Apr 17, 7:25 PM
Unknown Object (File)
Wed, Apr 16, 11:59 AM
Unknown Object (File)
Tue, Apr 15, 9:31 PM
Unknown Object (File)
Sun, Apr 13, 9:20 AM
Unknown Object (File)
Thu, Apr 10, 3:10 PM
Unknown Object (File)
Tue, Apr 8, 7:52 AM
Unknown Object (File)
Sat, Mar 22, 6:35 PM
Unknown Object (File)
Mar 17 2025, 5:42 AM
Subscribers

Details

Summary

introuce localID field to sendReactionMessage action and reactionMessageCreationResponder. We need to do this to pass the localID to the server when creating new reaction messages


Depends on D6117
Linear Task: ENG-2519

Test Plan

flow this will be tested in subsequent diffs

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ginsu requested review of this revision.Dec 30 2022, 3:54 PM
This revision is now accepted and ready to land.Jan 2 2023, 5:10 AM
keyserver/src/responders/message-responders.js
195

I think this is where you broke support for old clients. Any existing client won't include this, and you're requiring it here

Can we revert this diff please? New release won't solve the problem for old clients

keyserver/src/responders/message-responders.js
195

Okay I got it now, thank you for clarifying. Will work on reverting diff rn