mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
parent
cc94b1d95a
commit
79a1f667c5
@ -38,7 +38,7 @@ class InvitesController < ApplicationController
|
||||
private
|
||||
|
||||
def invites
|
||||
Invite.where(user: current_user)
|
||||
Invite.where(user: current_user).order(id: :desc)
|
||||
end
|
||||
|
||||
def resource_params
|
||||
|
Loading…
Reference in New Issue
Block a user