summaryrefslogtreecommitdiffstats
path: root/server/src/apub/community.rs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-05-03 13:27:53 -0400
committerDessalines <tyhou13@gmx.com>2020-05-03 13:27:53 -0400
commitdfc9637230907df73c50dddf5fd565159bb38ec5 (patch)
tree143c7e132ab97ec061c2b2700bef56d1776dd0b4 /server/src/apub/community.rs
parent2c22e413eba3b51931af0d9457b6723ad88cf016 (diff)
parent67d4daa7a1102525f6204af2373f0267fe516dc6 (diff)
Merge branch 'federation' into federated_remove_actions
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 3510fbff..a05d1ce0 100644
--- a/server/src/apub/community.rs
+++ b/server/src/apub/community.rs
@@ -1,5 +1,4 @@
use super::*;
-use activitystreams::actor::kind::GroupType;
#[derive(Deserialize)]
pub struct CommunityQuery {
@@ -157,6 +156,7 @@ impl ActorType for Community {
.set_actor_xsd_any_uri(creator.actor_id.to_owned())?
.set_object_base_box(group)?;
+ // TODO
// Undo that fake activity
let undo_id = format!("{}/undo/delete/{}", self.actor_id, uuid::Uuid::new_v4());
let mut undo = Undo::default();