Fix some more capitalization and remove WebsocketMsg
This commit is contained in:
@@ -60,8 +60,3 @@ func (lt *LemmyTime) UnmarshalJSON(b []byte) error {
|
||||
lt.Time = t
|
||||
return nil
|
||||
}
|
||||
|
||||
type LemmyWebSocketMsg struct {
|
||||
Op string `json:"op"`
|
||||
Data json.RawMessage `json:"data"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user