Fix chat bg gens not saving. Remove module worker pattern and global function from chat bg plugin

This commit is contained in:
Cohee
2023-09-04 12:18:37 +03:00
parent f468a33d60
commit c110ebe02b
3 changed files with 14 additions and 15 deletions

View File

@ -285,6 +285,7 @@ export const event_types = {
CHARACTER_EDITED: 'character_edited',
USER_MESSAGE_RENDERED: 'user_message_rendered',
CHARACTER_MESSAGE_RENDERED: 'character_message_rendered',
FORCE_SET_BACKGROUND: 'force_set_background,'
}
export const eventSource = new EventEmitter();