ActivityPubController: Handle inbox data.
This commit is contained in:
parent
ef0300889d
commit
5454ec6a6c
3 changed files with 21 additions and 7 deletions
|
|
@ -205,7 +205,6 @@ defmodule Pleroma.Web.ActivityPub.Utils do
|
|||
|
||||
def make_create_data(params, additional) do
|
||||
published = params.published || make_date()
|
||||
|
||||
%{
|
||||
"type" => "Create",
|
||||
"to" => params.to |> Enum.uniq,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue