diff --git a/src/conversations/Conversations.ts b/src/conversations/Conversations.ts index f0320dd13..9c2d1578b 100644 --- a/src/conversations/Conversations.ts +++ b/src/conversations/Conversations.ts @@ -568,7 +568,7 @@ export default class Conversations { ]) // add peer address to allow list - this.client.contacts.allow([peerAddress]) + await this.client.contacts.allow([peerAddress]) return this.conversationReferenceToV2(conversation) }