1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-07 11:22:35 +01:00

Merge pull request #260 from mugman174/master

This commit is contained in:
Flam3rboy 2021-08-13 12:01:56 +02:00 committed by GitHub
commit b08c0b5da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ export const IdentifySchema = {
$client_event_source: String, $client_event_source: String,
$client_version: String, $client_version: String,
$system_locale: String, $system_locale: String,
$window_manager: String,
$distro: String,
}, },
$presence: ActivitySchema, $presence: ActivitySchema,
$compress: Boolean, $compress: Boolean,