summary refs log tree commit diff
path: root/gateway
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
commit0e6e7e925e7bf2a69152101fa1897bd6e9792a39 (patch)
tree066271b0e83a22ad0c8414ae17474a27d020ef23 /gateway
parentMerge pull request #256 from luth31/master (diff)
downloadserver-0e6e7e925e7bf2a69152101fa1897bd6e9792a39.tar.xz
Add gateway support for Discord desktop clients
Diffstat (limited to 'gateway')
-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,