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
commitb08c0b5da35d13af2c5d4399045bf235dffb23fe (patch)
tree066271b0e83a22ad0c8414ae17474a27d020ef23
parentMerge pull request #256 from luth31/master (diff)
parentAdd gateway support for Discord desktop clients (diff)
downloadserver-b08c0b5da35d13af2c5d4399045bf235dffb23fe.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,