mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-20 14:46:05 +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
|