summary refs log tree commit diff
path: root/src/util/schemas/UserModifySchema.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-06-14 11:37:17 -0400
committerPuyodead1 <puyodead@protonmail.com>2023-12-23 16:35:45 -0500
commit07569328b14d346eb45bf865e9f610dc3f689ee6 (patch)
tree23c34920cc98867b0e38f705e85182374f27e0d4 /src/util/schemas/UserModifySchema.ts
parentadd legacy_username user field (diff)
downloadserver-07569328b14d346eb45bf865e9f610dc3f689ee6.tar.xz
update user modify for unique usernames
Diffstat (limited to 'src/util/schemas/UserModifySchema.ts')
-rw-r--r--src/util/schemas/UserModifySchema.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/schemas/UserModifySchema.ts b/src/util/schemas/UserModifySchema.ts

index e155b9af..72d15dcb 100644 --- a/src/util/schemas/UserModifySchema.ts +++ b/src/util/schemas/UserModifySchema.ts
@@ -38,4 +38,5 @@ export interface UserModifySchema { * @maxLength 4 */ discriminator?: string; + global_name?: string; }