Make InlineQuotePolicy history aware
This commit is contained in:
parent
e349e92a44
commit
8b98a98dfb
|
@ -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
|
||||
%{
|
||||
|
|
Loading…
Reference in New Issue