X-Git-Url: http://these/git/?a=blobdiff_plain;f=crates%2Fdb_views%2Fsrc%2Flib.rs;h=507d37f7542e6aabafea52df03d3b40b8cfdfb61;hb=e4a49b6eabcf34fb4adfa7ccd4024e5ddda93d54;hp=b5567f87bb1edb1b9a353895216fb01d02b482cb;hpb=c89006c94a4ec5aab2bf387d7605d92a565f8184;p=lemmy.git diff --git a/crates/db_views/src/lib.rs b/crates/db_views/src/lib.rs index b5567f87..507d37f7 100644 --- a/crates/db_views/src/lib.rs +++ b/crates/db_views/src/lib.rs @@ -6,6 +6,8 @@ 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;