2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Allow inviting members in channel voice chats.

This commit is contained in:
John Preston
2021-03-15 22:40:59 +04:00
parent 2fddeb478b
commit 4659cc50f2
8 changed files with 225 additions and 171 deletions

View File

@@ -224,7 +224,7 @@ void Instance::createGroupCall(
destroyGroupCall(raw);
}, raw->lifetime());
_currentGroupCallPanel = std::make_unique<GroupPanel>(raw);
_currentGroupCallPanel = std::make_unique<Group::Panel>(raw);
_currentGroupCall = std::move(call);
_currentGroupCallChanges.fire_copy(raw);
}