summary refs log tree commit diff
diff options
context:
space:
mode:
authormugman <53713683+nature174@users.noreply.github.com>2021-08-12 20:01:30 -0700
committermugman <53713683+nature174@users.noreply.github.com>2021-08-12 20:01:30 -0700
commit134e210ff495ab6463076a88b01843bfc6f1732c (patch)
treeca86ca59d2daa0eee3e0d8f841599a1844e46ecc
parentMerge pull request #256 from luth31/master (diff)
downloadserver-134e210ff495ab6463076a88b01843bfc6f1732c.tar.xz
Add gateway support for Discord desktop clients
-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,