mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
Fix deprecation warning about rewhere: true
being default behavior (Rails 7.1 prep) (#27190)
This commit is contained in:
parent
99e289f03f
commit
2016c5d912
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue