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