diff --git a/src/Socket/chats.ts b/src/Socket/chats.ts index 6513390..a8324c2 100644 --- a/src/Socket/chats.ts +++ b/src/Socket/chats.ts @@ -445,6 +445,7 @@ export const makeChatsSocket = (config: SocketConfig) => { fetchBlocklist() fetchPrivacySettings() resyncAppState([ 'critical_block', 'critical_unblock_low' ]) + .catch(err => logger.info({ trace: err.stack }, 'failed to sync app state')) } })