total rebase
[anni] / lib / pleroma / web / activity_pub / mrf / anti_followbot_policy.ex
old mode 100755 (executable)
new mode 100644 (file)
index 97d75ec..df4ba81
@@ -56,8 +56,6 @@ defmodule Pleroma.Web.ActivityPub.MRF.AntiFollowbotPolicy do
     nick_score + name_score + actor_type_score
   end
 
-  defp determine_if_followbot(_), do: 0.0
-
   defp bot_allowed?(%{"object" => target}, bot_actor) do
     %User{} = user = normalize_by_ap_id(target)