Super Group: Fix unavailable reactions (#3140)

This commit is contained in:
Alexander Zinchuk 2023-05-03 20:20:46 +04:00
parent 287dfe640a
commit ca5ee6f21c

View File

@ -2493,6 +2493,7 @@ export async function ensureIsSuperGroup<T extends GlobalState>(
return undefined;
}
actions.loadFullChat({ chatId: newChat.id, tabId });
actions.openChat({ id: newChat.id, tabId });
return newChat;