dmails: remove search[read] param.
This commit is contained in:
@@ -144,9 +144,6 @@ class Dmail < ApplicationRecord
|
||||
|
||||
q = q.folder_matches(params[:folder])
|
||||
|
||||
q = q.read if params[:read].to_s.truthy?
|
||||
q = q.unread if params[:read].to_s.falsy?
|
||||
|
||||
q.apply_default_order(params)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user