summary refs log tree commit diff
diff options
context:
space:
mode:
authorIntevel ツ <59223342+Intevel@users.noreply.github.com>2021-08-13 12:04:05 +0200
committerIntevel ツ <59223342+Intevel@users.noreply.github.com>2021-08-13 12:04:05 +0200
commit91baf60e93ab2702c6074f768a8e28eeabe758d4 (patch)
treeff0f2a850545adc3c6d126984d2436310f584804
parentFixed #257 Can't change nickname (diff)
parentMerge pull request #260 from mugman174/master (diff)
downloadserver-91baf60e93ab2702c6074f768a8e28eeabe758d4.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-server
-rw-r--r--gateway/src/schema/Identify.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/gateway/src/schema/Identify.ts b/gateway/src/schema/Identify.ts

index 646c5f05..f6d95204 100644 --- a/gateway/src/schema/Identify.ts +++ b/gateway/src/schema/Identify.ts
@@ -26,6 +26,8 @@ export const IdentifySchema = { $client_event_source: String, $client_version: String, $system_locale: String, + $window_manager: String, + $distro: String, }, $presence: ActivitySchema, $compress: Boolean,