v0.12.43 minor protection added
This commit is contained in:
@@ -95,6 +95,8 @@ export default function Chat() {
|
||||
msgGroup: settings.feature_msg_group !== 'false',
|
||||
msgPrivateGroup: settings.feature_msg_private_group !== 'false',
|
||||
msgU2U: settings.feature_msg_u2u !== 'false',
|
||||
loginType: settings.feature_login_type || 'all_ages',
|
||||
playersGroupId: settings.feature_players_group_id ? parseInt(settings.feature_players_group_id) : null,
|
||||
}));
|
||||
}).catch(() => {});
|
||||
api.getMyUserGroups().then(({ userGroups }) => {
|
||||
|
||||
Reference in New Issue
Block a user