Page MenuHomePhorge

D10933.1765078025.diff
No OneTemporary

Size
974 B
Referenced Files
None
Subscribers
None

D10933.1765078025.diff

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
@@ -31,7 +31,11 @@
} from '../actions/user-actions.js';
import { isStaff } from '../shared/staff-utils.js';
import type { BaseNavInfo } from '../types/nav-types.js';
-import type { BaseAppState, BaseAction } from '../types/redux-types.js';
+import {
+ type BaseAppState,
+ type BaseAction,
+ rehydrateActionType,
+} from '../types/redux-types.js';
import {
fullStateSyncActionType,
incrementalStateSyncActionType,
@@ -85,7 +89,8 @@
action.type !== keyserverRegisterActionTypes.success &&
action.type !== logInActionTypes.success &&
action.type !== siweAuthActionTypes.success &&
- action.type !== addKeyserverActionType
+ action.type !== addKeyserverActionType &&
+ action.type !== rehydrateActionType
) {
for (const keyserverID in keyserverStore.keyserverInfos) {
if (

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 3:27 AM (10 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5842299
Default Alt Text
D10933.1765078025.diff (974 B)

Event Timeline