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 {