diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:07:25 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-13 13:07:25 +0200 |
commit | 48c796bbd347c98eeef9d0dbef20587685afb7e3 (patch) | |
tree | 2f2d3b02d71b1f68edffc28f1d6408248b11f878 /gateway | |
parent | abstract Event emission (diff) | |
parent | server-util 1.3.55 (diff) | |
download | server-48c796bbd347c98eeef9d0dbef20587685afb7e3.tar.xz |
Merge branch 'master' of https://github.com/fosscord/fosscord-api
Diffstat (limited to 'gateway')
-rw-r--r-- | gateway/src/schema/Identify.ts | 2 |
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, |