mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-13 11:11:01 +00:00
6 lines
104 B
Elixir
6 lines
104 B
Elixir
|
defmodule Pleroma.Web.ActivityPub.MRF.NoOpPolicy do
|
||
|
def filter(object) do
|
||
|
{:ok, object}
|
||
|
end
|
||
|
end
|