@@ -162,14 +162,14 @@ export default new Vuex.Store({
SOCKET_RECONNECT_ERROR(state) {
state.socket.reconnectError = true;
},
}
},
actions: {
},
actions: {
sendMessage: function(context, message) {
.....
Vue.prototype.$socket.send(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.