mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix peer presences in voice chat
This commit is contained in:
parent
81c36fdf8e
commit
82ff76bb69
@ -966,6 +966,7 @@ public final class VoiceChatController: ViewController {
|
||||
|
||||
entries.append(PeerEntry(
|
||||
peer: member.peer,
|
||||
presence: member.presences[member.peer.id] as? TelegramUserPresence,
|
||||
activityTimestamp: Int32.max - 1 - index,
|
||||
state: memberState,
|
||||
muteState: memberMuteState,
|
||||
|
Loading…
x
Reference in New Issue
Block a user