mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-19 11:45:01 +00:00
use correct arity .post.
This commit is contained in:
parent
6a184115a2
commit
4ba6746820
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ defmodule Pleroma.Web.Salmon do
|
|||
|
||||
defp send_to_user(_,_,_), do: nil
|
||||
|
||||
def publish(user, activity, poster \\ &@httpoison.post/3)
|
||||
def publish(user, activity, poster \\ &@httpoison.post/4)
|
||||
def publish(%{info: %{"keys" => keys}} = user, activity, poster) do
|
||||
feed = ActivityRepresenter.to_simple_form(activity, user, true)
|
||||
|> ActivityRepresenter.wrap_with_entry
|
||||
|
|
Loading…
Reference in a new issue