mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-08 01:06:18 -05:00
Fix deprecation warning about rewhere: true being default behavior (Rails 7.1 prep) (#27190)
This commit is contained in:
@@ -19,7 +19,7 @@ class ReportFilter
|
||||
scope = Report.unresolved
|
||||
|
||||
params.each do |key, value|
|
||||
scope = scope.merge scope_for(key, value), rewhere: true
|
||||
scope = scope.merge scope_for(key, value)
|
||||
end
|
||||
|
||||
scope
|
||||
|
||||
Reference in New Issue
Block a user