mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-02-01 12:29:10 +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
|