total rebase
[anni] / lib / pleroma / web / activity_pub / object_validators / article_note_page_validator.ex
old mode 100755 (executable)
new mode 100644 (file)
index 2670e3f..1b5b2e8
@@ -84,6 +84,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.ArticleNotePageValidator do
     |> fix_tag()
     |> fix_replies()
     |> fix_attachments()
+    |> CommonFixes.fix_quote_url()
     |> Transmogrifier.fix_emoji()
     |> Transmogrifier.fix_content_map()
   end