diff --git a/internal/msggateway/n_ws_server.go b/internal/msggateway/n_ws_server.go index f8fc82e48..615d81ca2 100644 --- a/internal/msggateway/n_ws_server.go +++ b/internal/msggateway/n_ws_server.go @@ -53,8 +53,7 @@ func (ws *WsServer) UnRegister(c *Client) { } func (ws *WsServer) Validate(s interface{}) error { - //TODO implement me - panic("implement me") + return nil } func (ws *WsServer) GetUserAllCons(userID string) ([]*Client, bool) {