Page MenuHomePhabricator

D13739.diff
No OneTemporary

D13739.diff

diff --git a/lib/reducers/thread-reducer.js b/lib/reducers/thread-reducer.js
--- a/lib/reducers/thread-reducer.js
+++ b/lib/reducers/thread-reducer.js
@@ -602,7 +602,10 @@
return {
threadStore: threadStoreWithNewMessagesUpdates,
newThreadInconsistencies: [],
- threadStoreOperations: threadStoreOperationsWithNewMessagesUpdates,
+ threadStoreOperations: [
+ ...threadStoreOperations,
+ ...threadStoreOperationsWithNewMessagesUpdates,
+ ],
};
}
return {

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 20, 12:22 PM (21 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2545588
Default Alt Text
D13739.diff (513 B)

Event Timeline