Update self as channel in voice chats.

This commit is contained in:
John Preston
2021-03-05 15:36:07 +04:00
parent 02e9b8fd18
commit 4d093f78e2
11 changed files with 118 additions and 67 deletions
@@ -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);