Skip to content
Snippets Groups Projects
Commit ce70eb8c authored by kaniini's avatar kaniini
Browse files

activitypub utils: fix user splicing

parent 2f1f1a4f
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment