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
Unknown Object (File)
Sat, May 4, 12:30 PM
Unknown Object (File)
Thu, May 2, 7:16 PM
Unknown Object (File)
Wed, May 1, 10:52 PM
Unknown Object (File)
Tue, Apr 30, 12:43 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
Lint Not Applicable
Unit
Tests Not Applicable