forked from AkkomaGang/akkoma
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 @@ def maybe_splice_recipient(ap_id, params) 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