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
1 changed files with 3 additions and 0 deletions

View File

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