]> Untitled Git - lemmy.git/blobdiff - crates/db_views/src/lib.rs
Tag posts and comments with language (fixes #440) (#2269)
[lemmy.git] / crates / db_views / src / lib.rs
index d37a1d3ed9ca1ecbd461764c69a1e85f88ba9711..507d37f7542e6aabafea52df03d3b40b8cfdfb61 100644 (file)
@@ -1,10 +1,22 @@
 #[cfg(test)]
 extern crate serial_test;
 
+#[cfg(feature = "full")]
 pub mod comment_report_view;
+#[cfg(feature = "full")]
 pub mod comment_view;
+#[cfg(feature = "full")]
+pub mod local_user_discussion_language_view;
+#[cfg(feature = "full")]
+pub mod local_user_view;
+#[cfg(feature = "full")]
 pub mod post_report_view;
+#[cfg(feature = "full")]
 pub mod post_view;
+#[cfg(feature = "full")]
 pub mod private_message_view;
+#[cfg(feature = "full")]
+pub mod registration_application_view;
+#[cfg(feature = "full")]
 pub mod site_view;
-pub mod local_user_view;
+pub mod structs;