]> Untitled Git - lemmy.git/blob - crates/db_views_moderator/src/lib.rs
Adding admin purging of DB items and pictures. #904 #1331 (#1809)
[lemmy.git] / crates / db_views_moderator / src / lib.rs
1 #[cfg(feature = "full")]
2 pub mod admin_purge_comment_view;
3 #[cfg(feature = "full")]
4 pub mod admin_purge_community_view;
5 #[cfg(feature = "full")]
6 pub mod admin_purge_person_view;
7 #[cfg(feature = "full")]
8 pub mod admin_purge_post_view;
9 #[cfg(feature = "full")]
10 pub mod mod_add_community_view;
11 #[cfg(feature = "full")]
12 pub mod mod_add_view;
13 #[cfg(feature = "full")]
14 pub mod mod_ban_from_community_view;
15 #[cfg(feature = "full")]
16 pub mod mod_ban_view;
17 #[cfg(feature = "full")]
18 pub mod mod_hide_community_view;
19 #[cfg(feature = "full")]
20 pub mod mod_lock_post_view;
21 #[cfg(feature = "full")]
22 pub mod mod_remove_comment_view;
23 #[cfg(feature = "full")]
24 pub mod mod_remove_community_view;
25 #[cfg(feature = "full")]
26 pub mod mod_remove_post_view;
27 #[cfg(feature = "full")]
28 pub mod mod_sticky_post_view;
29 #[cfg(feature = "full")]
30 pub mod mod_transfer_community_view;
31 pub mod structs;