2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Add bouncing of userpics in group call members.

This commit is contained in:
John Preston
2020-12-01 14:52:40 +03:00
parent 498d6226e3
commit ef119dadd5
6 changed files with 140 additions and 32 deletions

View File

@@ -37,6 +37,8 @@ public:
std::optional<Participant> now;
};
static constexpr auto kSpeakStatusKeptFor = crl::time(1000);
[[nodiscard]] auto participants() const
-> const std::vector<Participant> &;
void requestParticipants();