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
F3879511: D11804.id39567.diff
Thu, Jan 23, 6:21 PM
F3874669: D11804.diff
Thu, Jan 23, 11:00 AM
Unknown Object (File)
Wed, Jan 15, 3:01 AM
Unknown Object (File)
Wed, Jan 8, 8:18 AM
Unknown Object (File)
Wed, Jan 1, 5:35 AM
Unknown Object (File)
Wed, Jan 1, 5:35 AM
Unknown Object (File)
Wed, Jan 1, 5:35 AM
Unknown Object (File)
Wed, Jan 1, 5:35 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