mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 23:55:12 +00:00
Support new attach bot deeplinks.
This commit is contained in:
@@ -376,7 +376,9 @@ void SessionNavigation::showPeerByLinkResolved(
|
||||
bot->session().attachWebView().requestAddToMenu(
|
||||
contextUser,
|
||||
bot,
|
||||
*info.attachBotToggleCommand);
|
||||
*info.attachBotToggleCommand,
|
||||
parentController(),
|
||||
info.attachBotChooseTypes);
|
||||
} else {
|
||||
crl::on_main(this, [=] {
|
||||
showPeerHistory(peer->id, params, msgId);
|
||||
|
Reference in New Issue
Block a user