summary refs log tree commit diff
path: root/src/util/interfaces/Event.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-11 13:59:53 +0200
committerRory& <root@rory.gay>2025-09-29 18:38:06 +0200
commit5466de1c02447333f4cdfe09235b7bd08e548729 (patch)
tree1edec1fd89fc501a470bdcc32c47c99d04498b30 /src/util/interfaces/Event.ts
parentMerge in json representation of settings protos (diff)
downloadserver-ts-5466de1c02447333f4cdfe09235b7bd08e548729.tar.xz
Emit USER_SETTINGS_PROTO_UPDATE
Diffstat (limited to 'src/util/interfaces/Event.ts')
-rw-r--r--src/util/interfaces/Event.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts

index 141b7438..7ddb1fbe 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts
@@ -732,6 +732,7 @@ export type EVENT = | "RELATIONSHIP_ADD" | "RELATIONSHIP_REMOVE" | "SESSIONS_REPLACE" + | "USER_SETTINGS_PROTO_UPDATE" | CUSTOMEVENTS; export type CUSTOMEVENTS = "INVALIDATED" | "RATELIMIT";