Fix some more capitalization and remove WebsocketMsg

This commit is contained in:
2023-09-24 20:51:23 -07:00
parent f8a84454d8
commit 833745395f
2 changed files with 4 additions and 5 deletions

View File

@@ -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"`
}