Add missing await in getGroupChat
| @@ -220,7 +220,7 @@ export async function getGroupChat(groupId, reload = false) { | ||
| 220 | 220 | } |
| 221 | 221 | |
| 222 | 222 | // Run validation before any loading |
| 223 | 223 | await validateGroup(group); |
| 224 | 224 | await unshallowGroupMembers(groupId); |
| 225 | 225 | |
| 226 | 226 | const chat_id = group.chat_id; |