Page MenuHomePhabricator

[lib] Fix payload of KEYSERVER_AUTH_STARTED action
ClosedPublic

Authored by ashoat on Apr 26 2024, 11:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 4:46 PM
Unknown Object (File)
Tue, Nov 12, 3:07 PM
Unknown Object (File)
Tue, Nov 12, 2:39 PM
Unknown Object (File)
Tue, Nov 12, 1:07 PM
Unknown Object (File)
Oct 15 2024, 2:45 PM
Unknown Object (File)
Oct 11 2024, 7:13 AM
Unknown Object (File)
Oct 11 2024, 7:13 AM
Unknown Object (File)
Oct 11 2024, 7:13 AM
Subscribers

Details

Summary

This payload is mistyped. In useRawKeyserverAuth (the only place where it is dispatched), we do not include a payload for this action. Additionally, this action is never reduced in any reducers, so this change should be safe.

Depends on D11803

Test Plan
  1. Searched the codebase for places where this action is dispatched and confirmed there is no payload
  2. Searched the codebase for places where this action is reduced and confirmed there are none

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage