mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix discussion group subtitle
This commit is contained in:
parent
11c3e3f189
commit
8deda328d0
1 changed files with 1 additions and 1 deletions
|
|
@ -4827,7 +4827,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
|||
}
|
||||
}
|
||||
if !hasAnonymousPeer {
|
||||
allPeers?.insert(FoundPeer(peer: channel, subscribers: nil), at: 0)
|
||||
allPeers?.insert(FoundPeer(peer: channel, subscribers: 0), at: 0)
|
||||
}
|
||||
} else {
|
||||
allPeers = peers.filter { $0.peer.id != peerViewMainPeer(peerView)?.id }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue