mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-27 16:24:23 +00:00
Actual real fix.
This commit is contained in:
parent
0d69bbc1fb
commit
82df16f7c3
|
@ -68,7 +68,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|
|||
to: data["to"],
|
||||
object: object,
|
||||
actor: user,
|
||||
context: data["object"]["conversation"],
|
||||
context: object["conversation"],
|
||||
local: false,
|
||||
published: data["published"],
|
||||
additional: Map.take(data, [
|
||||
|
|
Loading…
Reference in a new issue