mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add missing await in getGroupChat
This commit is contained in:
@@ -220,7 +220,7 @@ export async function getGroupChat(groupId, reload = false) {
|
||||
}
|
||||
|
||||
// Run validation before any loading
|
||||
validateGroup(group);
|
||||
await validateGroup(group);
|
||||
await unshallowGroupMembers(groupId);
|
||||
|
||||
const chat_id = group.chat_id;
|
||||
|
Reference in New Issue
Block a user