]> Untitled Git - lemmy.git/blobdiff - crates/api_common/src/websocket/mod.rs
Add support for Featured Posts (#2585)
[lemmy.git] / crates / api_common / src / websocket / mod.rs
index 430027cfaebabf15055b4f9ed31953a3c2e09aa5..2af6cff06e9a94bbaab72442e727ebeafaeb1afe 100644 (file)
@@ -3,8 +3,6 @@ use serde::Serialize;
 
 pub mod chat_server;
 pub mod handlers;
-pub mod messages;
-pub mod routes;
 pub mod send;
 pub mod structs;
 
@@ -40,7 +38,7 @@ pub enum UserOperation {
   ListCommentReports,
   CreatePostLike,
   LockPost,
-  StickyPost,
+  FeaturePost,
   MarkPostAsRead,
   SavePost,
   CreatePostReport,