Add explicit ID desc sort to not confuse developers

pull/11580/head
Oliver Günther 2 years ago
parent ba5aa8b281
commit 95270fd818
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 1
      lib/api/v3/notifications/notifications_api.rb

@ -47,6 +47,7 @@ module API
.visible(current_user)
.where
.not(read_ian: nil)
.order(id: :desc)
end
def bulk_update_status(attributes)

Loading…
Cancel
Save