Add missing await in getGroupChat

e5de348b2e38cbbc0c14677ff58edb24539a4307

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/group-chats.js+1 -1
@@ -220,7 +220,7 @@ export async function getGroupChat(groupId, reload = false) {
220 }220 }
221221
222 // Run validation before any loading222 // Run validation before any loading
223 validateGroup(group);223 await validateGroup(group);
224 await unshallowGroupMembers(groupId);224 await unshallowGroupMembers(groupId);
225225
226 const chat_id = group.chat_id;226 const chat_id = group.chat_id;