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