mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Bug fixes and optimizations
This commit is contained in:
@@ -457,6 +457,10 @@ class Client {
|
||||
}
|
||||
|
||||
const message = message_data["payload"]["data"]["messageAdded"]
|
||||
|
||||
if (!message) {
|
||||
return;
|
||||
}
|
||||
|
||||
const copiedDict = Object.assign({}, this.active_messages);
|
||||
for (const [key, value] of Object.entries(copiedDict)) {
|
||||
|
Reference in New Issue
Block a user