forked from AkkomaGang/akkoma
oof
This commit is contained in:
parent
ad681877df
commit
a53b917e7f
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ def make_note_data(
|
|||
}
|
||||
|
||||
if in_reply_to do
|
||||
in_reply_to_object = Object.normalize(inReplyTo.data["object"])
|
||||
in_reply_to_object = Object.normalize(in_reply_to.data["object"])
|
||||
|
||||
object
|
||||
|> Map.put("inReplyTo", in_reply_to_object.data["id"])
|
||||
|
|
Loading…
Reference in a new issue