summaryrefslogtreecommitdiffstats
path: root/server/src/apub/community.rs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-05-03 10:22:25 -0400
committerDessalines <tyhou13@gmx.com>2020-05-03 10:22:25 -0400
commit211ef795e900a632ed4794097b09fcb1d25d8600 (patch)
tree822fb4f3e64b02dc8cdfbd78efe565740c22f61a /server/src/apub/community.rs
parent5366797a4b14634f1cfee183b8b8309efd457f46 (diff)
Some additional notes, reorg.
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 c4d9bf83..3a1dccb2 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 {
@@ -149,6 +148,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();