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) => {