Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3351583
D12152.id40482.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
931 B
Referenced Files
None
Subscribers
None
D12152.id40482.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
@@ -54,8 +54,16 @@
reduceThreadInfos(state.threadStore, action);
const { threadInfos } = threadStore;
- const { entryStore, reportCreationRequests: newEntryInconsistencies } =
- reduceEntryInfos(state.entryStore, action, threadInfos, onStateDifference);
+ const {
+ entryStore,
+ reportCreationRequests: newEntryInconsistencies,
+ entryStoreOperations,
+ } = reduceEntryInfos(
+ state.entryStore,
+ action,
+ threadInfos,
+ onStateDifference,
+ );
const onStateDifferenceForStaff = (message: string) => {
const isCurrentUserStaff = state.currentUserInfo?.id
@@ -225,6 +233,7 @@
syncedMetadataStoreOperations,
auxUserStoreOperations,
threadActivityStoreOperations,
+ entryStoreOperations,
},
};
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 2:39 AM (17 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2566753
Default Alt Text
D12152.id40482.diff (931 B)
Attached To
Mode
D12152: [lib] Schedule entry store ops processing
Attached
Detach File
Event Timeline
Log In to Comment