mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Show 'about' in voice chats for everyone.
This commit is contained in:
@@ -283,7 +283,11 @@ GroupPanel::GroupPanel(not_null<GroupCall*> call)
|
||||
showAndActivate();
|
||||
}
|
||||
|
||||
GroupPanel::~GroupPanel() = default;
|
||||
GroupPanel::~GroupPanel() {
|
||||
if (_menu) {
|
||||
_menu.destroy();
|
||||
}
|
||||
}
|
||||
|
||||
void GroupPanel::setupRealCallViewers(not_null<GroupCall*> call) {
|
||||
const auto peer = call->peer();
|
||||
|
Reference in New Issue
Block a user