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