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)
Thu, Sep 26, 7:14 AM
Unknown Object (File)
Tue, Sep 24, 7:05 AM
Unknown Object (File)
Tue, Sep 24, 1:23 AM
Unknown Object (File)
Mon, Sep 9, 10:57 AM
Unknown Object (File)
Mon, Sep 9, 10:57 AM
Unknown Object (File)
Mon, Sep 9, 10:57 AM
Unknown Object (File)
Mon, Sep 9, 10:07 AM
Unknown Object (File)
Aug 10 2024, 3:57 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