mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -65,7 +65,7 @@ extension ChatControllerImpl {
|
||||
} else {
|
||||
text.append("**\(result.updateBannedRights.count)** users restricted.")
|
||||
}
|
||||
for id in result.banPeers {
|
||||
for (id, _) in result.updateBannedRights {
|
||||
if let value = initialUserBannedRights[id] {
|
||||
undoRights[id] = value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user