summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 12:01:56 +0200
committerGitHub <noreply@github.com>2021-08-13 12:01:56 +0200
commit9a8cb56d8c5aebe6dfeab83d0907f146e2ffaa5b (patch)
treeca86ca59d2daa0eee3e0d8f841599a1844e46ecc
parentMerge pull request #256 from luth31/master (diff)
parentAdd gateway support for Discord desktop clients (diff)
downloadserver-9a8cb56d8c5aebe6dfeab83d0907f146e2ffaa5b.tar.xz
Merge pull request #260 from mugman174/master
-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,