mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-10 17:25:26 +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