Pass correct number of arguments to unfollow

This commit is contained in:
Francis Dinh 2018-05-21 11:57:15 -04:00
parent d045b96f95
commit 46427cb90f
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
follow_activity = fetch_latest_follow(blocker, blocked)
if follow_activity do
unfollow(blocker, blocked, local)
unfollow(blocker, blocked, nil, local)
end
with block_data <- make_block_data(blocker, blocked, activity_id),