Fix opening Main Mini App with start parameter

This commit is contained in:
Alexander Zinchuk 2025-03-01 17:58:52 +01:00
parent 5b8f45ceaf
commit 49f83efb32

View File

@ -1506,8 +1506,9 @@ addActionHandler('openChatByUsername', async (global, actions, payload): Promise
botId: chatByUsername.id, botId: chatByUsername.id,
peerId: chat.id, peerId: chat.id,
theme, theme,
tabId, startParam: startApp,
mode, mode,
tabId,
}); });
return; return;
} }