mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-31 11:59:10 +01:00
fix gab rewrite
This commit is contained in:
parent
1da00eb1b0
commit
62487e3976
1 changed files with 1 additions and 1 deletions
|
@ -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