@@ -168,7 +168,7 @@ export default new Vuex.Store({
actions: {
sendMessage: function(context, message) {
.....
Vue.prototype.$socket.send(message)
Vue.prototype.$socket.sendObj(message)
.....
}
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.