Skip to content

Commit

Permalink
Forgot to add the websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Aug 21, 2021
1 parent cf918cf commit 2d5945d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/websocket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ import {
GetModlog,
GetSite,
GetSiteConfig,
ResolveObject,
SaveSiteConfig,
Search,
TransferSite,
Expand Down Expand Up @@ -267,6 +268,10 @@ export class LemmyWebsocket {
return wrapper(UserOperation.Search, form);
}

resolveObject(form: ResolveObject) {
return wrapper(UserOperation.ResolveObject, form);
}

markAllAsRead(form: MarkAllAsRead) {
return wrapper(UserOperation.MarkAllAsRead, form);
}
Expand Down

0 comments on commit 2d5945d

Please sign in to comment.