no message

This commit is contained in:
overtake
2017-06-13 21:47:29 +03:00
parent e9093ccf99
commit acaf6f359d
5 changed files with 71 additions and 17 deletions

View File

@@ -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]))
}
}