]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/activities/create_or_update/comment.rs
Reorganize federation tests (#2092)
[lemmy.git] / crates / apub / src / protocol / activities / create_or_update / comment.rs
index 091c0f97cb1a87f18b8dd978cf32c0b4aae54c44..d63aabf844c61f0cc80650a50227b140a302ef9b 100644 (file)
@@ -21,6 +21,7 @@ pub struct CreateOrUpdateComment {
   #[serde(rename = "type")]
   pub(crate) kind: CreateOrUpdateType,
   pub(crate) id: Url,
+
   #[serde(flatten)]
   pub(crate) unparsed: Unparsed,
 }