summary refs log tree commit diff
path: root/gateway/src/schema
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 13:07:25 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-13 13:07:25 +0200
commit2018a97d45a918b3aec2b39abd4e7a10039c30f8 (patch)
treec5ffe3e4bcc2e0052525895aed6af28af12cdb82 /gateway/src/schema
parentabstract Event emission (diff)
parentserver-util 1.3.55 (diff)
downloadserver-2018a97d45a918b3aec2b39abd4e7a10039c30f8.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Diffstat (limited to 'gateway/src/schema')
-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,