forked from AkkomaGang/akkoma
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 @@ def handle_incoming(%{"type" => "Create", "object" => %{"type" => "Note"} = obje
|
|||
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