Skip to content

Commit

Permalink
set consent to null when syncing all conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Dec 12, 2024
1 parent e220cf8 commit 943c9b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ data class Conversations(

// Sync all new and existing conversations data from the network
suspend fun syncAllConversations(): UInt {
return ffiConversations.syncAllConversations()
return ffiConversations.syncAllConversations(null)
}

suspend fun newConversation(peerAddress: String): Conversation {
Expand Down

0 comments on commit 943c9b1

Please sign in to comment.