mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
activitypub utils: fix user splicing
This commit is contained in:
parent
2f1f1a4f30
commit
ce70eb8c00
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ defmodule Pleroma.Web.ActivityPub.Utils do
|
|||
|
||||
if need_splice do
|
||||
params
|
||||
|> Map.put(params, "cc", [ap_id | cc_list])
|
||||
|> Map.put("cc", [ap_id | cc_list])
|
||||
else
|
||||
params
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue