Add gateway support for Discord desktop clients

This commit is contained in:
mugman 2021-08-12 20:01:30 -07:00
parent ce055e4d72
commit 134e210ff4

View File

@ -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,