mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-11 18:22:53 -05: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…
x
Reference in New Issue
Block a user