This commit is contained in:
ouwou
2020-08-29 01:14:20 -04:00
parent 299ecc71d9
commit 713ed0f927
6 changed files with 99 additions and 6 deletions

View File

@@ -169,6 +169,7 @@ void from_json(const nlohmann::json &j, ReadyEventData &m) {
JS_D("analytics_token", m.AnalyticsToken);
JS_D("friend_suggestion_count", m.FriendSuggestionCount);
JS_D("user_settings", m.UserSettings);
JS_D("private_channels", m.PrivateChannels);
}
void from_json(const nlohmann::json &j, UserSettingsData &m) {