Skip to content

Commit 1550b9a

Browse files
authored
Merge pull request #728 from Adamant-im/backup/trello.com/c/rPxUJdgA
[backup/trello.com/c/rPxUJdgA] Fix a bug with chat sync
2 parents d9caf58 + 1e1f43d commit 1550b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adamant/Services/DataProviders/AdamantChatsProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,12 +530,12 @@ extension AdamantChatsProvider {
530530
senderId: address,
531531
privateKey: privateKey
532532
)
533-
await self?.setupAsReadyToSyncChats()
534533
}
535534
case .failure:
536535
break
537536
}
538537
}
538+
setupAsReadyToSyncChats()
539539
}
540540

541541
func setupAsReadyToSyncChats() {

0 commit comments

Comments
 (0)