From 0e1898b59168d731fd6c76ac3e9a779ad8af77c0 Mon Sep 17 00:00:00 2001 From: hippoz Date: Sat, 21 Nov 2020 12:12:22 +0200 Subject: [PATCH] remove annoying yoo message when entering room --- app/resources/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/resources/js/app.js b/app/resources/js/app.js index 0347977..686b079 100755 --- a/app/resources/js/app.js +++ b/app/resources/js/app.js @@ -323,7 +323,6 @@ const app = new Vue({ this.button('Chat', (post) => { if (post._id) { this.openChatForCategory(post._id); - this.gateway.sendMessage(post._id, 'yoooo'); } }); this.button('View', (post) => {