mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 16:54:31 +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
|
scope = Report.unresolved
|
||||||
|
|
||||||
params.each do |key, value|
|
params.each do |key, value|
|
||||||
scope = scope.merge scope_for(key, value), rewhere: true
|
scope = scope.merge scope_for(key, value)
|
||||||
end
|
end
|
||||||
|
|
||||||
scope
|
scope
|
||||||
|
|
Loading…
Reference in a new issue