NsfwApiPolicy: fix @behaviour
This commit is contained in:
parent
93d01bf10c
commit
6521155335
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.NsfwApiPolicy do
|
|||
require Logger
|
||||
require Pleroma.Constants
|
||||
|
||||
@behaviour Pleroma.Web.ActivityPub.MRF
|
||||
@behaviour Pleroma.Web.ActivityPub.MRF.Policy
|
||||
@policy :mrf_nsfw_api
|
||||
|
||||
def build_request_url(url) do
|
||||
|
|
Loading…
Reference in a new issue