ActivityPubController: Handle inbox data.

This commit is contained in:
lain 2018-02-15 20:00:43 +01:00
commit 5454ec6a6c
3 changed files with 21 additions and 7 deletions

View file

@ -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,