Skip to content

Commit

Permalink
Merge pull request #2656 from ClearlyClaire/glitch-soc/merge-upstream
Browse files Browse the repository at this point in the history
Merge upstream changes up to 958a810
  • Loading branch information
ClearlyClaire authored Feb 29, 2024
2 parents 8dbdd75 + f6654e0 commit 71f673b
Show file tree
Hide file tree
Showing 42 changed files with 547 additions and 375 deletions.
2 changes: 1 addition & 1 deletion app/controllers/api/v1/accounts/statuses_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Api::V1::Accounts::StatusesController < Api::BaseController
before_action -> { authorize_if_got_token! :read, :'read:statuses' }
before_action :set_account

after_action :insert_pagination_headers, unless: -> { truthy_param?(:pinned) }
after_action :insert_pagination_headers

def index
cache_if_unauthenticated!
Expand Down
224 changes: 0 additions & 224 deletions app/javascript/core/admin.js

This file was deleted.

Loading

0 comments on commit 71f673b

Please sign in to comment.