mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-10 17:17:42 +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>(
|
_request = std::make_unique<ChannelsListRequest>(
|
||||||
ChannelsListRequest{
|
ChannelsListRequest{
|
||||||
.peer = peer,
|
.peer = peer,
|
||||||
.showBox = std::move(showBox),
|
.showBox = showBox,
|
||||||
.showToast = std::move(showToast),
|
.showToast = std::move(showToast),
|
||||||
.done = std::move(done),
|
.done = std::move(done),
|
||||||
.context = context });
|
.context = context });
|
||||||
|
Loading…
Reference in New Issue
Block a user