activity interpretation: formatting
This commit is contained in:
parent
66819ea784
commit
971bb4f2bd
3 changed files with 5 additions and 1 deletions
|
|
@ -122,7 +122,8 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|
|||
# TODO: validate those with a Ecto scheme
|
||||
# - tags
|
||||
# - emoji
|
||||
def handle_incoming(%{"type" => "Create", "object" => %{"type" => objtype} = object} = data) when objtype in ["Article", "Note"] do
|
||||
def handle_incoming(%{"type" => "Create", "object" => %{"type" => objtype} = object} = data)
|
||||
when objtype in ["Article", "Note"] do
|
||||
with nil <- Activity.get_create_activity_by_object_ap_id(object["id"]),
|
||||
%User{} = user <- User.get_or_fetch_by_ap_id(data["actor"]) do
|
||||
object = fix_object(data["object"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue