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
F2173092: D6118.diff
Tue, Jul 2, 9:33 PM
F2171725: D6118.id.diff
Tue, Jul 2, 6:12 PM
Unknown Object (File)
Mon, Jul 1, 9:22 AM
Unknown Object (File)
Mon, Jul 1, 9:22 AM
Unknown Object (File)
Mon, Jul 1, 9:22 AM
Unknown Object (File)
Mon, Jul 1, 9:12 AM
Unknown Object (File)
Sun, Jun 30, 6:47 AM
Unknown Object (File)
Sat, Jun 29, 12:03 PM
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
No Lint Coverage
Unit
No Test Coverage

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 ↗(On Diff #20722)

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 ↗(On Diff #20722)

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