Add missing await in getGroupChat

This commit is contained in:
Cohee
2025-05-19 10:37:54 +03:00
parent 92e80d3bad
commit e5de348b2e

View File

@@ -220,7 +220,7 @@ export async function getGroupChat(groupId, reload = false) {
} }
// Run validation before any loading // Run validation before any loading
validateGroup(group); await validateGroup(group);
await unshallowGroupMembers(groupId); await unshallowGroupMembers(groupId);
const chat_id = group.chat_id; const chat_id = group.chat_id;