diff --git a/ts/session/utils/syncUtils.ts b/ts/session/utils/syncUtils.ts index c10957da5..32d460c98 100644 --- a/ts/session/utils/syncUtils.ts +++ b/ts/session/utils/syncUtils.ts @@ -50,8 +50,7 @@ export const syncConfigurationIfNeeded = async () => { return; } - const allConvoCollection = await getAllConversations(); - const allConvos = allConvoCollection.models; + const allConvos = getConversationController().getConversations(); const configMessage = await getCurrentConfigurationMessage(allConvos); try {