mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Initial invite requests implementation
This commit is contained in:
@@ -893,6 +893,7 @@ private final class PeerInvitationImportersContextImpl {
|
||||
var results = self.results
|
||||
results.removeAll(where: { $0.peer.peerId == peerId})
|
||||
self.results = results
|
||||
self.count = max(0, self.count - 1)
|
||||
self.updateState()
|
||||
self.updateCache()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user