mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-24 07:16:18 +00:00
fix gab rewrite
This commit is contained in:
parent
1da00eb1b0
commit
62487e3976
|
@ -37,7 +37,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.GABRewritePolicy do
|
|||
end
|
||||
|
||||
@impl true
|
||||
def describe, do: "Appends boomer messages to the end of all statuses coming from gab.com"
|
||||
def describe, do: {:ok, %{}}
|
||||
|
||||
@impl true
|
||||
def filter(%{"type" => "Create", "actor" => actor} = object) do
|
||||
|
|
Loading…
Reference in a new issue