mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2025-01-22 22:13:06 +00:00
Fix pinned posts relying on embded objects
This commit is contained in:
parent
dda4e0e2a8
commit
462028688b
|
@ -217,8 +217,10 @@ defmodule Pleroma.Web.CommonAPI do
|
|||
with %Activity{
|
||||
actor: ^user_ap_id,
|
||||
data: %{
|
||||
"type" => "Create",
|
||||
"object" => %{
|
||||
"type" => "Create"
|
||||
},
|
||||
object: %Object{
|
||||
data: %{
|
||||
"to" => object_to,
|
||||
"type" => "Note"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue