]> Untitled Git - lemmy.git/blobdiff - server/src/apub/mod.rs
Merge branch 'federation' into dev_1
[lemmy.git] / server / src / apub / mod.rs
index c5a0b2f029868155d5a36f1ce28f2eb390d26bdd..7a8b74f289c19bc17e1b6b0aeeaf7125c400fa37 100644 (file)
@@ -1,5 +1,6 @@
 pub mod community;
 pub mod post;
+pub mod puller;
 pub mod user;
 use crate::Settings;