Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32181907
D10933.1765078025.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
974 B
Referenced Files
None
Subscribers
None
D10933.1765078025.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
@@ -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
Details
Attached
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)
Attached To
Mode
D10933: [lib] avoid modifying state on rehydrate action
Attached
Detach File
Event Timeline
Log In to Comment