Skip to content
Snippets Groups Projects

Users without possible spam contributions can be deleted immediately

Merged Eugie Limpin requested to merge el-delete-user-without-contribs-immediately into master
All threads resolved!
Files
2
+ 2
2
@@ -2352,8 +2352,8 @@ def ban_and_report
@@ -2352,8 +2352,8 @@ def ban_and_report
def has_possible_spam_contributions?
def has_possible_spam_contributions?
events
events
.where(action: 'commented')
.for_action('commented')
.or(events.where(action: 'created', target_type: %w[Issue MergeRequest]))
.or(events.for_action('created').where(target_type: %w[Issue MergeRequest]))
.any?
.any?
end
end
Loading