Merge pull request #2095 from oxen-io/clearnet

Session 1.7.5
pull/3064/head
Audric Ackermann 3 years ago committed by GitHub
commit 5a7c29cda0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save