mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-09 08:37:26 +00:00
Fix crash on bad_function_call in ChooseJoinAsProcess.
This commit is contained in:
parent
8d575a5fbf
commit
05be9d72b8
@ -337,7 +337,7 @@ void ChooseJoinAsProcess::start(
|
||||
_request = std::make_unique<ChannelsListRequest>(
|
||||
ChannelsListRequest{
|
||||
.peer = peer,
|
||||
.showBox = std::move(showBox),
|
||||
.showBox = showBox,
|
||||
.showToast = std::move(showToast),
|
||||
.done = std::move(done),
|
||||
.context = context });
|
||||
|
Loading…
Reference in New Issue
Block a user