Fix changing personal account / channel in group calls.

This commit is contained in:
John Preston 2022-03-14 09:43:44 +04:00
parent f90f5aa0c2
commit c03e15979c
1 changed files with 2 additions and 1 deletions

View File

@ -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) {