mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Stories
This commit is contained in:
@@ -87,7 +87,7 @@ func managedPeerTimestampAttributeOperations(network: Network, postbox: Postbox)
|
||||
|> then(postbox.transaction { transaction -> Void in
|
||||
if let peer = transaction.getPeer(entry.peerId) {
|
||||
if let user = peer as? TelegramUser {
|
||||
updatePeers(transaction: transaction, peers: [user.withUpdatedEmojiStatus(nil)], update: { _, updated in updated })
|
||||
updatePeersCustom(transaction: transaction, peers: [user.withUpdatedEmojiStatus(nil)], update: { _, updated in updated })
|
||||
}
|
||||
}
|
||||
//failsafe
|
||||
|
||||
Reference in New Issue
Block a user