remove annoying yoo message when entering room

This commit is contained in:
hippoz 2020-11-21 12:12:22 +02:00
parent 6018c3b610
commit 0e1898b591

View file

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