forked from hippoz/brainlet
remove annoying yoo message when entering room
This commit is contained in:
parent
6018c3b610
commit
0e1898b591
1 changed files with 0 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Reference in a new issue