Fix pinned attribute not being set for private self-posts
				
					
				
			This commit is contained in:
		
							parent
							
								
									5effc0f8fa
								
							
						
					
					
						commit
						77dd4ab8f5
					
				| @ -124,7 +124,7 @@ class REST::StatusSerializer < ActiveModel::Serializer | |||||||
|     current_user? && |     current_user? && | ||||||
|       current_user.account_id == object.account_id && |       current_user.account_id == object.account_id && | ||||||
|       !object.reblog? && |       !object.reblog? && | ||||||
|       %w(public unlisted).include?(object.visibility) |       %w(public unlisted private).include?(object.visibility) | ||||||
|   end |   end | ||||||
| 
 | 
 | ||||||
|   def source_requested? |   def source_requested? | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user