mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-24 15:26:23 +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
|
end
|
||||||
|
|
||||||
@impl true
|
@impl true
|
||||||
def describe, do: "Appends boomer messages to the end of all statuses coming from gab.com"
|
def describe, do: {:ok, %{}}
|
||||||
|
|
||||||
@impl true
|
@impl true
|
||||||
def filter(%{"type" => "Create", "actor" => actor} = object) do
|
def filter(%{"type" => "Create", "actor" => actor} = object) do
|
||||||
|
|
Loading…
Reference in a new issue