Page MenuHomePhabricator

[lib] Fix payload of KEYSERVER_AUTH_STARTED action
ClosedPublic

Authored by ashoat on Fri, Apr 26, 11:26 AM.
Tags
None
Referenced Files
F1789872: D11804.diff
Sun, May 19, 6:21 AM
Unknown Object (File)
Wed, May 15, 12:47 PM
Unknown Object (File)
Wed, May 15, 12:47 PM
Unknown Object (File)
Wed, May 15, 12:47 PM
Unknown Object (File)
Wed, May 15, 12:46 PM
Unknown Object (File)
Tue, May 7, 8:58 PM
Unknown Object (File)
Tue, May 7, 5:06 AM
Unknown Object (File)
Sat, May 4, 12:30 PM
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