Fix my speaking status freeze in voice chats.

This commit is contained in:
John Preston 2021-08-18 17:52:23 +03:00
parent cd52982752
commit 1cc9a52461

View file

@ -2783,6 +2783,8 @@ void GroupCall::checkLastSpoke() {
|| muted() == MuteState::Active
|| muted() == MuteState::PushToTalk) {
real->applyLastSpoke(ssrc, when, now);
} else {
real->applyLastSpoke(ssrc, { crl::time(), crl::time() }, now);
}
}
_lastSpoke = std::move(list);