forked from AkkomaGang/akkoma
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 @@ def add(%{"object" => %{"content" => content}} = object) 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