diff options
author | mugman <53713683+nature174@users.noreply.github.com> | 2021-08-12 20:01:30 -0700 |
---|---|---|
committer | mugman <53713683+nature174@users.noreply.github.com> | 2021-08-12 20:01:30 -0700 |
commit | 0e6e7e925e7bf2a69152101fa1897bd6e9792a39 (patch) | |
tree | 066271b0e83a22ad0c8414ae17474a27d020ef23 /gateway | |
parent | Merge pull request #256 from luth31/master (diff) | |
download | server-0e6e7e925e7bf2a69152101fa1897bd6e9792a39.tar.xz |
Add gateway support for Discord desktop clients
Diffstat (limited to 'gateway')
-rw-r--r-- | gateway/src/schema/Identify.ts | 2 |
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, |