summaryrefslogtreecommitdiffstats
path: root/server/src/apub/community.rs
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2020-04-03 18:32:09 +0200
committerFelix Ableitner <me@nutomic.com>2020-04-03 18:32:09 +0200
commitcb7059f832749836f865e2fcb90b089d949b8487 (patch)
tree9d6425a850a9622136df0b1de529e4d5c51fbdfd /server/src/apub/community.rs
parentc16458b728396970fd5727566ed43d866dd04ee5 (diff)
Move and rename some functions
Diffstat (limited to 'server/src/apub/community.rs')
-rw-r--r--server/src/apub/community.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/server/src/apub/community.rs b/server/src/apub/community.rs
index 37ba7c10..aa6d832f 100644
--- a/server/src/apub/community.rs
+++ b/server/src/apub/community.rs
@@ -1,7 +1,5 @@
-use crate::apub::puller::{fetch_remote_object, format_community_name};
-use crate::apub::{
- create_apub_response, get_apub_protocol_string, make_apub_endpoint, EndpointType, GroupExt,
-};
+use crate::apub::puller::fetch_remote_object;
+use crate::apub::*;
use crate::convert_datetime;
use crate::db::community::Community;
use crate::db::community_view::{CommunityFollowerView, CommunityView};