mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix my speaking status freeze in voice chats.
This commit is contained in:
parent
cd52982752
commit
1cc9a52461
1 changed files with 2 additions and 0 deletions
|
@ -2783,6 +2783,8 @@ void GroupCall::checkLastSpoke() {
|
||||||
|| muted() == MuteState::Active
|
|| muted() == MuteState::Active
|
||||||
|| muted() == MuteState::PushToTalk) {
|
|| muted() == MuteState::PushToTalk) {
|
||||||
real->applyLastSpoke(ssrc, when, now);
|
real->applyLastSpoke(ssrc, when, now);
|
||||||
|
} else {
|
||||||
|
real->applyLastSpoke(ssrc, { crl::time(), crl::time() }, now);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_lastSpoke = std::move(list);
|
_lastSpoke = std::move(list);
|
||||||
|
|
Loading…
Add table
Reference in a new issue