Jeong Arm
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/models/admin/status_filter.rb
|
|
@ -31,7 +31,7 @@ class Admin::StatusFilter |
|
|
|
def scope_for(key, value) |
|
|
|
case key.to_s |
|
|
|
when 'media' |
|
|
|
Status.joins(:media_attachments).merge(@account.media_attachments.reorder(nil)).group(:id) |
|
|
|
Status.joins(:media_attachments).merge(@account.media_attachments.reorder(nil)).group(:id).reorder('statuses.id desc') |
|
|
|
when 'id' |
|
|
|
Status.where(id: value) |
|
|
|
else |
|
|
|