mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-10 09:29:18 +00:00
parent
4eeda67727
commit
36e47a31e3
|
@ -8,7 +8,7 @@ class Settings::ApplicationsController < ApplicationController
|
|||
before_action :prepare_scopes, only: [:create, :update]
|
||||
|
||||
def index
|
||||
@applications = current_user.applications.page(params[:page])
|
||||
@applications = current_user.applications.order(id: :desc).page(params[:page])
|
||||
end
|
||||
|
||||
def new
|
||||
|
|
Loading…
Reference in a new issue