diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index 6ce3496..5e983d6 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -308,7 +308,13 @@ export const makeChatsSocket = (config: SocketConfig) => { await ( mutationMutex.mutex( - () => resyncAppState([ 'critical_block', 'critical_unblock_low' ]) + () => resyncAppState([ + 'critical_block', + 'critical_unblock_low', + 'regular_high', + 'regular_low', + 'regular' + ]) ) .catch(err => ( logger.warn({ trace: err.stack }, 'failed to sync app state')