X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_views_actor%2Fsrc%2Flib.rs;h=6869455057a600b67a4497f26d841be406842b0e;hb=9c3efe32e7b2ef7978b7957eac10691beb551dde;hp=878979f7d54cc593948f1c458df0e5037cf04a33;hpb=becb8b4f66bdacca23b0b169e07d845afcb3d204;p=lemmy.git diff --git a/crates/db_views_actor/src/lib.rs b/crates/db_views_actor/src/lib.rs index 878979f7..68694550 100644 --- a/crates/db_views_actor/src/lib.rs +++ b/crates/db_views_actor/src/lib.rs @@ -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;