Compatibility with extensions

This commit is contained in:
Cohee
2024-04-02 20:25:37 +03:00
parent 534612db87
commit f13e718dc7
3 changed files with 9 additions and 0 deletions

View File

@@ -416,6 +416,7 @@ export const event_types = {
// TODO: Naming convention is inconsistent with other events
CHARACTER_DELETED: 'characterDeleted',
CHARACTER_DUPLICATED: 'character_duplicated',
SMOOTH_STREAM_TOKEN_RECEIVED: 'smooth_stream_token_received',
};
export const eventSource = new EventEmitter();