Skip to content

Commit

Permalink
:sad:
Browse files Browse the repository at this point in the history
  • Loading branch information
rosylilly authored and 204504bySE committed Feb 19, 2024
1 parent 6f1076a commit 7ac1282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/activitypub/activity/create.rb
Expand Up @@ -462,7 +462,7 @@ def quote_from_url(url)
def like_a_spam?
(
!@status.account.local? &&
@status.account.followers_count > SPAM_FILTER_MINIMUM_FOLLOWERS &&
@status.account.followers_count <= SPAM_FILTER_MINIMUM_FOLLOWERS &&
@status.account.created_at > SPAM_FILTER_MINIMUM_CREATE_DAYS.day.ago &&
@mentions.count > SPAM_FILTER_MINIMUM_MENTIONS
)
Expand Down

0 comments on commit 7ac1282

Please sign in to comment.