Fix pinned statuses API returning pagination headers (#11526)
Fix #10227
This commit is contained in:
		
							parent
							
								
									85466a2b9d
								
							
						
					
					
						commit
						24a5f99d10
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3,7 +3,8 @@
 | 
			
		|||
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
 | 
			
		||||
 | 
			
		||||
  after_action :insert_pagination_headers, unless: -> { truthy_param?(:pinned) }
 | 
			
		||||
 | 
			
		||||
  respond_to :json
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue