X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Fsupport%2Fmrf_module_mock.ex;h=4d21d7fe03d011a059d1c69bd6e4b663cd0e106c;hb=fe4c4a7178ac4df76a9f4a83c05f8445c5ff9bf2;hp=4dfdeb3b434efb30003599c2ef6f42fe1a67742d;hpb=c4439c630f46153c9f118d7f7e752d880206d262;p=akkoma diff --git a/test/support/mrf_module_mock.ex b/test/support/mrf_module_mock.ex index 4dfdeb3b4..4d21d7fe0 100644 --- a/test/support/mrf_module_mock.ex +++ b/test/support/mrf_module_mock.ex @@ -3,7 +3,7 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule MRFModuleMock do - @behaviour Pleroma.Web.ActivityPub.MRF + @behaviour Pleroma.Web.ActivityPub.MRF.Policy @impl true def filter(message), do: {:ok, message}