mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +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::PushToTalk) {
|
||||
real->applyLastSpoke(ssrc, when, now);
|
||||
} else {
|
||||
real->applyLastSpoke(ssrc, { crl::time(), crl::time() }, now);
|
||||
}
|
||||
}
|
||||
_lastSpoke = std::move(list);
|
||||
|
|
Loading…
Add table
Reference in a new issue