forked from AkkomaGang/akkoma
activitypub transmogrifier: send @context on accept activities
This commit is contained in:
parent
760eb72a38
commit
876ad6aa38
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ def prepare_outgoing(%{"type" => "Accept"} = data) do
|
||||||
data =
|
data =
|
||||||
data
|
data
|
||||||
|> Map.put("object", object)
|
|> Map.put("object", object)
|
||||||
|
|> Map.put("@context", "https://www.w3.org/ns/activitystreams")
|
||||||
|
|
||||||
IO.inspect(data)
|
IO.inspect(data)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue