mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-03-06 19:20:01 +01:00
5 lines
104 B
Elixir
5 lines
104 B
Elixir
defmodule Pleroma.Web.ActivityPub.MRF.NoOpPolicy do
|
|
def filter(object) do
|
|
{:ok, object}
|
|
end
|
|
end
|