Merge remote-tracking branch 'parent/main' into upstream-20240304
This commit is contained in:
commit
42b5727723
147 changed files with 1529 additions and 958 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue