make mods and admins bypass country bans

This commit is contained in:
HF 2022-08-11 16:26:10 +02:00
parent e986b0e5e9
commit 386218d722

View File

@ -470,6 +470,7 @@ export class ChatProvider {
if (channelId === this.enChannelId
&& this.mutedCountries.includes(country)
&& user.userlvl === 0
) {
return t`Your country is temporary muted from this chat channel`;
}