mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Reaction UI improvements
This commit is contained in:
@@ -73,7 +73,7 @@ func syncContactsOnce(network: Network, postbox: Postbox, accountPeerId: PeerId)
|
||||
|
||||
transaction.replaceRemoteContactCount(totalCount)
|
||||
|
||||
updatePeerPresences(transaction: transaction, accountPeerId: accountPeerId, peerPresences: peerPresences)
|
||||
updatePeerPresencesClean(transaction: transaction, accountPeerId: accountPeerId, peerPresences: peerPresences)
|
||||
|
||||
if wasEmpty {
|
||||
var insertSignal: Signal<Void, NoError> = .complete()
|
||||
|
||||
Reference in New Issue
Block a user