mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
no message
This commit is contained in:
@@ -42,7 +42,7 @@ public func channelMembers(account: Account, peerId: PeerId, filter: ChannelMemb
|
||||
|
||||
for participant in CachedChannelParticipants(apiParticipants: participants).participants {
|
||||
if let peer = peers[participant.peerId] {
|
||||
items.append(RenderedChannelParticipant(participant: participant, peer: peer, status: status[peer.id]))
|
||||
items.append(RenderedChannelParticipant(participant: participant, peer: peer, presence: status[peer.id]))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user