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
commitea0f2289faaf2a34191074d3c56dfaece65969c9 (patch)
treeb51c7d8f6accca01cd289d173de9cbc25353c4bc
parentFixed #257 Can't change nickname (diff)
parentMerge pull request #260 from mugman174/master (diff)
downloadserver-ea0f2289faaf2a34191074d3c56dfaece65969c9.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-server
Diffstat (limited to '')
-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,