mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-25 16:38:15 +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
|
if need_splice do
|
||||||
params
|
params
|
||||||
|> Map.put(params, "cc", [ap_id | cc_list])
|
|> Map.put("cc", [ap_id | cc_list])
|
||||||
else
|
else
|
||||||
params
|
params
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue