]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/activities/following/undo_follow.rs
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / src / protocol / activities / following / undo_follow.rs
index f14e3a48d6c8196fc0a204f3a8d94d6c2b0c636a..1936146909e4fbd8c900c372a38296cfa6d4aa10 100644 (file)
@@ -15,6 +15,7 @@ pub struct UndoFollowCommunity {
   #[serde(rename = "type")]
   pub(crate) kind: UndoType,
   pub(crate) id: Url,
+
   #[serde(flatten)]
   pub(crate) unparsed: Unparsed,
 }