mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-11 01:35:24 +00:00
Actual real fix.
This commit is contained in:
parent
0d69bbc1fb
commit
82df16f7c3
1 changed files with 1 additions and 1 deletions
|
@ -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