diff --git a/modules/relation/src/main/RelationApi.scala b/modules/relation/src/main/RelationApi.scala index 8b5b5cdfc3..0ef971b8fa 100644 --- a/modules/relation/src/main/RelationApi.scala +++ b/modules/relation/src/main/RelationApi.scala @@ -152,7 +152,7 @@ final class RelationApi( ) private def limitFollow(u: ID) = countFollowing(u) flatMap { nb => - (config.maxFollow < nb || true) ?? { + (config.maxFollow < nb) ?? { limitFollowRateLimiter(u) { fetchFollowing(u) flatMap userRepo.filterClosedOrInactiveIds(DateTime.now.minusDays(90)) } flatMap {