]> Untitled Git - lemmy.git/blob - crates/db_views_actor/src/lib.rs
Use same table join code for both read and list functions (#3663)
[lemmy.git] / crates / db_views_actor / src / lib.rs
1 #[cfg(feature = "full")]
2 pub mod comment_reply_view;
3 #[cfg(feature = "full")]
4 pub mod community_block_view;
5 #[cfg(feature = "full")]
6 pub mod community_follower_view;
7 #[cfg(feature = "full")]
8 pub mod community_moderator_view;
9 #[cfg(feature = "full")]
10 pub mod community_person_ban_view;
11 #[cfg(feature = "full")]
12 pub mod community_view;
13 #[cfg(feature = "full")]
14 pub mod person_block_view;
15 #[cfg(feature = "full")]
16 pub mod person_mention_view;
17 #[cfg(feature = "full")]
18 pub mod person_view;
19 pub mod structs;