Skip to content

Commit 1e1f43d

Browse files
author
s.veretennikov
committed
[backup/trello.com/c/rPxUJdgA] Fix a bug with chat sync on tx handling from the socket
1 parent d9caf58 commit 1e1f43d

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)