Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Sep 5, 2024
1 parent f9079ad commit 0f54a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion automod/rules/interaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func InteractionChurnRule(c *automod.RecordContext) error {
return nil
}
// just generic bulk following
followRatio := float64(c.Account.FollowersCount) / float64(c.Account.FollowsCount)
if created > followsDailyThreshold {
c.Logger.Info("bulk-follower", "created-today", created)
c.AddAccountFlag("bulk-follower")
Expand Down

0 comments on commit 0f54a07

Please sign in to comment.