diff --git a/src/global/actions/api/chats.ts b/src/global/actions/api/chats.ts index 98dc1c06d..dcedb022c 100644 --- a/src/global/actions/api/chats.ts +++ b/src/global/actions/api/chats.ts @@ -2493,6 +2493,7 @@ export async function ensureIsSuperGroup( return undefined; } + actions.loadFullChat({ chatId: newChat.id, tabId }); actions.openChat({ id: newChat.id, tabId }); return newChat;