summary refs log tree commit diff
path: root/gateway
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
commit48c796bbd347c98eeef9d0dbef20587685afb7e3 (patch)
tree2f2d3b02d71b1f68edffc28f1d6408248b11f878 /gateway
parentabstract Event emission (diff)
parentserver-util 1.3.55 (diff)
downloadserver-48c796bbd347c98eeef9d0dbef20587685afb7e3.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-api
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,