Update settings

This commit is contained in:
Patrick Jentsch
2024-12-16 10:07:21 +01:00
parent 9a805b9d14
commit cda28910f5
21 changed files with 476 additions and 446 deletions

View File

@@ -13,7 +13,7 @@ nopaque.app.extensions.UserHub = class UserHub extends EventTarget {
}
init() {
this.app.users.socket.on('patch', (patch) => {this.#onPatch(patch)});
this.app.socket.on('PATCH', (patch) => {this.#onPatch(patch)});
}
add(userId) {