Revert admin statuses visibility
This commit is contained in:
parent
5f7642e557
commit
9f2fb36e01
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Admin::StatusFilter
|
|||
end
|
||||
|
||||
def results
|
||||
scope = @account.statuses
|
||||
scope = @account.statuses.where(visibility: [:public, :unlisted])
|
||||
|
||||
params.each do |key, value|
|
||||
next if %w(page report_id).include?(key.to_s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue