mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Conference improvements
This commit is contained in:
parent
1c44d7a36f
commit
d49d2271cf
5 changed files with 128 additions and 57 deletions
|
|
@ -412,8 +412,8 @@ class CallListCallItemNode: ItemListRevealOptionsItemNode {
|
|||
} else if case let .conferenceCall(conferenceCall) = action.action {
|
||||
isConference = true
|
||||
|
||||
if let peer = message.author, !conferenceAvatars.contains(where: { $0.id == peer.id }) {
|
||||
conferenceAvatars.append(peer)
|
||||
if let peer = message.peers[message.id.peerId], !conferenceAvatars.contains(where: { $0.id == peer.id }) {
|
||||
conferenceAvatars.append(EnginePeer(peer))
|
||||
}
|
||||
|
||||
for id in conferenceCall.otherParticipants {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue