Skip to content
Snippets Groups Projects
Verified Commit 375ab052 authored by Alexander Strizhakov's avatar Alexander Strizhakov
Browse files

bench sync

parent 1a75ef63
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ defp insert_activity("like", visibility, group, user, friends, non_friends, opts
actor = get_actor(group, user, friends, non_friends)
with activity_id when not is_nil(activity_id) <- get_random_create_activity_id(),
{:ok, _activity, _object} <- CommonAPI.favorite(activity_id, actor) do
{:ok, _activity} <- CommonAPI.favorite(actor, activity_id) do
:ok
else
{:error, _} ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment