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 | 134e210ff495ab6463076a88b01843bfc6f1732c (patch) | |
tree | ca86ca59d2daa0eee3e0d8f841599a1844e46ecc | |
parent | Merge pull request #256 from luth31/master (diff) | |
download | server-134e210ff495ab6463076a88b01843bfc6f1732c.tar.xz |
Add gateway support for Discord desktop clients
-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, |