From 0e6e7e925e7bf2a69152101fa1897bd6e9792a39 Mon Sep 17 00:00:00 2001 From: mugman <53713683+nature174@users.noreply.github.com> Date: Thu, 12 Aug 2021 20:01:30 -0700 Subject: Add gateway support for Discord desktop clients --- gateway/src/schema/Identify.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gateway') 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, -- cgit 1.4.1