Rename Mobilizon.Actors.is_following/2 to check_follow/2

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-12-29 14:59:33 +01:00
parent bc6cec45fa
commit 1319985047
4 changed files with 21 additions and 21 deletions

View File

@@ -82,7 +82,7 @@ defmodule Mobilizon.Federation.ActivityPub.Transmogrifier.UndoTest do
assert data["actor"] == "https://social.tcit.fr/users/tcit"
{:ok, followed} = Actors.get_actor_by_url(data["actor"])
refute Actors.is_following(followed, actor)
refute Actors.check_follow(followed, actor)
end
end
end