]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/source/mod.rs
implement language tags for site/community in db and api (#2434)
[lemmy.git] / crates / db_schema / src / source / mod.rs
index 302c9f6381d2cc51f2ff88ad97213a80c3e688be..676acd8f6ce79c0c32cdcdf613b9d2c17b2ebdc1 100644 (file)
@@ -1,11 +1,13 @@
 #[cfg(feature = "full")]
 pub mod activity;
+pub mod actor_language;
 pub mod comment;
 pub mod comment_reply;
 pub mod comment_report;
 pub mod community;
 pub mod community_block;
 pub mod email_verification;
+pub mod language;
 pub mod local_user;
 pub mod moderator;
 pub mod password_reset_request;
@@ -15,6 +17,7 @@ pub mod person_mention;
 pub mod post;
 pub mod post_report;
 pub mod private_message;
+pub mod private_message_report;
 pub mod registration_application;
 pub mod secret;
 pub mod site;