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) {
220220 }
221221
222222 // Run validation before any loading
223223 await validateGroup(group);
224224 await unshallowGroupMembers(groupId);
225225
226226 const chat_id = group.chat_id;