mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Fix changing personal account / channel in group calls.
This commit is contained in:
parent
f90f5aa0c2
commit
c03e15979c
1 changed files with 2 additions and 1 deletions
|
@ -347,7 +347,8 @@ void ChooseJoinAsProcess::start(
|
|||
.showBox = showBox,
|
||||
.showToast = std::move(showToast),
|
||||
.done = std::move(done),
|
||||
.context = context });
|
||||
.context = context,
|
||||
.changingJoinAsFrom = changingJoinAsFrom });
|
||||
};
|
||||
|
||||
if (isScheduled) {
|
||||
|
|
Loading…
Add table
Reference in a new issue