]> Untitled Git - lemmy.git/blobdiff - crates/db_schema/src/impls/mod.rs
First pass at adding comment trees. (#2362)
[lemmy.git] / crates / db_schema / src / impls / mod.rs
index c96e3a6231fc1280273e26c1ec33031a1703ec64..1219f50f3604d26742a04aa916a64324c8254c8e 100644 (file)
@@ -1,5 +1,6 @@
 pub mod activity;
 pub mod comment;
+pub mod comment_reply;
 pub mod comment_report;
 pub mod community;
 pub mod community_block;