mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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,
|
.showBox = showBox,
|
||||||
.showToast = std::move(showToast),
|
.showToast = std::move(showToast),
|
||||||
.done = std::move(done),
|
.done = std::move(done),
|
||||||
.context = context });
|
.context = context,
|
||||||
|
.changingJoinAsFrom = changingJoinAsFrom });
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isScheduled) {
|
if (isScheduled) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue