mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Update self as channel in voice chats.
This commit is contained in:
@@ -501,7 +501,7 @@ void GroupPanel::initWithCall(GroupCall *call) {
|
||||
|
||||
call->levelUpdates(
|
||||
) | rpl::filter([=](const LevelUpdate &update) {
|
||||
return update.self;
|
||||
return update.me;
|
||||
}) | rpl::start_with_next([=](const LevelUpdate &update) {
|
||||
_mute->setLevel(update.value);
|
||||
}, _callLifetime);
|
||||
|
||||
Reference in New Issue
Block a user