summaryrefslogtreecommitdiffstats
path: root/server/src/apub/community.rs
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-04-10 13:37:35 +0200
committerFelix <me@nutomic.com>2020-04-10 13:37:35 +0200
commit509005fa0c702d4909440a92cb4cf744dff72a97 (patch)
tree8845b30e05b859a165cdcdbcec5937393c8f7378 /server/src/apub/community.rs
parent492625f6d635a7345de71f538d9b9097d2e1c56a (diff)
Rename federation-test to federation, puller.rs to fetcher.rs
Diffstat (limited to 'server/src/apub/community.rs')
-rw-r--r--server/src/apub/community.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/apub/community.rs b/server/src/apub/community.rs
index 444ee440..59c9329b 100644
--- a/server/src/apub/community.rs
+++ b/server/src/apub/community.rs
@@ -1,4 +1,4 @@
-use crate::apub::puller::{fetch_remote_object, fetch_remote_user};
+use crate::apub::fetcher::{fetch_remote_object, fetch_remote_user};
use crate::apub::*;
use crate::db::community::{Community, CommunityForm};
use crate::db::community_view::CommunityFollowerView;