summary refs log tree commit diff
path: root/src/util/config
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-05-19 15:14:40 -0400
committerPuyodead1 <puyodead@protonmail.com>2023-12-23 16:35:02 -0500
commit84a69a8a6884ebd4975167f993d8d2614d038ee5 (patch)
treef2ec5d16b1c208bb6f74c14173fdb7ffac49a951 /src/util/config
parentremove display_name (diff)
downloadserver-ts-84a69a8a6884ebd4975167f993d8d2614d038ee5.tar.xz
rename pomeloEnabled to uniqueUsernames
Diffstat (limited to 'src/util/config')
-rw-r--r--src/util/config/types/GeneralConfiguration.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/config/types/GeneralConfiguration.ts b/src/util/config/types/GeneralConfiguration.ts

index df3dfbcd..b5c8b272 100644 --- a/src/util/config/types/GeneralConfiguration.ts +++ b/src/util/config/types/GeneralConfiguration.ts
@@ -29,5 +29,5 @@ export class GeneralConfiguration { image: string | null = null; instanceId: string = Snowflake.generate(); autoCreateBotUsers: boolean = false; - pomeloEnabled: boolean = false; + uniqueUsernames: boolean = false; }