Page MenuHomePhabricator

[lib] Make activity-handler keyserver-specific
ClosedPublic

Authored by tomek on Feb 15 2024, 6:15 AM.
Tags
None
Referenced Files
F5110319: D11092.id37259.diff
Tue, Apr 1, 11:01 PM
Unknown Object (File)
Fri, Mar 28, 8:12 PM
Unknown Object (File)
Tue, Mar 25, 3:38 PM
Unknown Object (File)
Mon, Mar 17, 2:23 PM
Unknown Object (File)
Mar 1 2025, 7:46 PM
Unknown Object (File)
Feb 27 2025, 11:05 AM
Unknown Object (File)
Feb 18 2025, 3:08 AM
Unknown Object (File)
Feb 16 2025, 12:45 AM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable