Page MenuHomePhabricator

[lib] Make activity-handler keyserver-specific
ClosedPublic

Authored by tomek on Feb 15 2024, 6:15 AM.
Tags
None
Referenced Files
F2148406: D11092.id.diff
Sun, Jun 30, 4:55 AM
Unknown Object (File)
Sat, Jun 29, 2:16 PM
Unknown Object (File)
Tue, Jun 25, 6:38 PM
Unknown Object (File)
Thu, Jun 13, 10:02 PM
Unknown Object (File)
Fri, Jun 7, 7:17 PM
Unknown Object (File)
Fri, Jun 7, 7:17 PM
Unknown Object (File)
Fri, Jun 7, 7:16 PM
Unknown Object (File)
Fri, Jun 7, 3:11 PM
Subscribers

Details

Summary

Add a prop that identifies a keyserver.
Make sure that we queue only the updates to a keyserver that owns a thread.

https://linear.app/comm/issue/ENG-5777/update-activityhandler

Depends on D11089

Test Plan

Focus a thread and check if the action is dispatched.
Using React debugger, modified ActionHandler's activeThread prop to a thread that has a different prefix - that resulted in only one, focus: false update being generated. Changed it back to the correct prefix - again, only one update was generated (this time focus: true).

Diff Detail

Repository
rCOMM Comm
Branch
sockets
Lint
No Lint Coverage
Unit
No Test Coverage