]> Untitled Git - lemmy.git/blobdiff - crates/db_views_actor/src/lib.rs
First pass at adding comment trees. (#2362)
[lemmy.git] / crates / db_views_actor / src / lib.rs
index 878979f7d54cc593948f1c458df0e5037cf04a33..6869455057a600b67a4497f26d841be406842b0e 100644 (file)
@@ -1,4 +1,6 @@
 #[cfg(feature = "full")]
+pub mod comment_reply_view;
+#[cfg(feature = "full")]
 pub mod community_block_view;
 #[cfg(feature = "full")]
 pub mod community_follower_view;