]> Untitled Git - lemmy.git/blobdiff - crates/websocket/src/lib.rs
Adding GetUnreadCount to the API. Fixes #1794 (#1842)
[lemmy.git] / crates / websocket / src / lib.rs
index 366512eb904ceff6caa5c0c36e3f932bc6079250..e9f48874124155294d759335fa3ba40ce8431f5d 100644 (file)
@@ -116,6 +116,7 @@ pub enum UserOperation {
   ResolvePostReport,
   ListPostReports,
   GetReportCount,
+  GetUnreadCount,
   FollowCommunity,
   GetReplies,
   GetPersonMentions,