Make InlineQuotePolicy history aware

This commit is contained in:
tusooa 2023-07-12 14:37:12 -04:00
parent e349e92a44
commit 8b98a98dfb
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51

View file

@ -53,6 +53,9 @@ defmodule Pleroma.Web.ActivityPub.MRF.InlineQuotePolicy do
@impl true
def describe, do: {:ok, %{}}
@impl Pleroma.Web.ActivityPub.MRF.Policy
def history_awareness, do: :auto
@impl true
def config_description do
%{