Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3378915
D11504.id38675.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
693 B
Referenced Files
None
Subscribers
None
D11504.id38675.diff
View Options
diff --git a/lib/reducers/master-reducer.js b/lib/reducers/master-reducer.js
--- a/lib/reducers/master-reducer.js
+++ b/lib/reducers/master-reducer.js
@@ -29,6 +29,7 @@
import {
keyserverRegisterActionTypes,
logInActionTypes,
+ keyserverAuthActionTypes,
} from '../actions/user-actions.js';
import {
keyserverStoreOpsHandlers,
@@ -94,6 +95,7 @@
action.type !== keyserverRegisterActionTypes.success &&
action.type !== logInActionTypes.success &&
action.type !== siweAuthActionTypes.success &&
+ action.type !== keyserverAuthActionTypes.success &&
action.type !== addKeyserverActionType
) {
const replaceOperations: ReplaceKeyserverOperation[] = [];
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 28, 1:56 PM (20 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2594163
Default Alt Text
D11504.id38675.diff (693 B)
Attached To
Mode
D11504: [lib] Allow keyserverAuth to update currentAsOf
Attached
Detach File
Event Timeline
Log In to Comment