fix chat stuff

This commit is contained in:
HF 2020-04-29 23:47:05 +02:00
parent d1e8236ea1
commit 2c85ad18c9

View File

@ -68,7 +68,7 @@ class ChatProvider {
? 'il'
: country;
if (name.startsWith('popi') || name.startsWith('popl')) return null;
if (name.startsWith('pop')) return null;
if (!name) {
// eslint-disable-next-line max-len
return 'Couldn\'t send your message, pls log out and back in again.';