From 2c85ad18c92226d9d522a3e069ac4925dcbfc0d1 Mon Sep 17 00:00:00 2001 From: HF Date: Wed, 29 Apr 2020 23:47:05 +0200 Subject: [PATCH] fix chat stuff --- src/core/ChatProvider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ChatProvider.js b/src/core/ChatProvider.js index 0021293..3c0a3cf 100644 --- a/src/core/ChatProvider.js +++ b/src/core/ChatProvider.js @@ -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.';