2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Add raised hand display in participants list.

This commit is contained in:
John Preston
2021-03-09 11:24:29 +04:00
parent fb579f1c10
commit 361e3565d4
11 changed files with 63 additions and 35 deletions

View File

@@ -24,6 +24,7 @@ struct GroupCallParticipant {
not_null<PeerData*> peer;
TimeId date = 0;
TimeId lastActive = 0;
uint64 raisedHandRating = 0;
uint32 ssrc = 0;
int volume = 0;
bool applyVolumeFromMin = true;