This commit is contained in:
RossAscends
2023-05-03 05:22:28 +09:00
14 changed files with 597 additions and 623 deletions

View File

@@ -3614,7 +3614,7 @@ async function saveMetadata() {
}
}
async function saveChatConditional() {
export async function saveChatConditional() {
if (selected_group) {
await saveGroupChat(selected_group, true);
}