]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/protocol/objects/page.rs
Remove federation backwards compatibility with 0.16.x (#2183)
[lemmy.git] / crates / apub / src / protocol / objects / page.rs
index a62fb8e57d878a8de695dea561897ea0e15601cd..65df30e42e6c9b5c8374fc1538ea2ca39ea85a13 100644 (file)
@@ -54,9 +54,6 @@ pub struct Page {
   pub(crate) media_type: Option<MediaTypeMarkdownOrHtml>,
   #[serde(deserialize_with = "deserialize_skip_error", default)]
   pub(crate) source: Option<Source>,
-  /// deprecated, use attachment field
-  #[serde(deserialize_with = "deserialize_skip_error", default)]
-  pub(crate) url: Option<Url>,
   /// most software uses array type for attachment field, so we do the same. nevertheless, we only
   /// use the first item
   #[serde(default)]