2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Join other calls with confirmation.

This commit is contained in:
John Preston
2020-12-08 19:09:13 +04:00
parent 529c12ea3a
commit 546881c720
11 changed files with 119 additions and 58 deletions

View File

@@ -296,6 +296,10 @@ public:
void resizeForThirdSection();
void closeThirdSection();
void startOrJoinGroupCall(
not_null<ChannelData*> megagroup,
bool confirmedLeaveOther = false);
void showSection(
SectionMemento &&memento,
const SectionShow &params = SectionShow()) override;