formatting
This commit is contained in:
parent
419d4bd5e4
commit
d6ab701a14
2 changed files with 9 additions and 4 deletions
|
|
@ -106,7 +106,8 @@ defmodule Pleroma.Web.OStatus.NoteHandler do
|
|||
cw <- OStatus.get_cw(entry),
|
||||
inReplyTo <- XML.string_from_xpath("//thr:in-reply-to[1]/@ref", entry),
|
||||
inReplyToActivity <- fetch_replied_to_activity(entry, inReplyTo),
|
||||
inReplyToObject <- (inReplyToActivity && Object.normalize(inReplyToActivity.data["object"])) || nil,
|
||||
inReplyToObject <-
|
||||
(inReplyToActivity && Object.normalize(inReplyToActivity.data["object"])) || nil,
|
||||
inReplyTo <- (inReplyToObject && inReplyToObject.data["id"]) || inReplyTo,
|
||||
attachments <- OStatus.get_attachments(entry),
|
||||
context <- get_context(entry, inReplyTo),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue