Paginate ancestor statuses in public page (#7102)
This also limits the statuses returned by API, but pagination is not implemented in Web API yet. I still expect it brings user experience better than making a user wait to fetch all ancestor statuses and flooding the column with them.
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							d9b62e34da
						
					
				
				
					commit
					519119f657
				
			@@ -48,7 +48,7 @@ describe 'stream_entries/show.html.haml', without_verify_partial_doubles: true d
 | 
			
		||||
    assign(:stream_entry, reply.stream_entry)
 | 
			
		||||
    assign(:account, alice)
 | 
			
		||||
    assign(:type, reply.stream_entry.activity_type.downcase)
 | 
			
		||||
    assign(:ancestors, reply.stream_entry.activity.ancestors(bob) )
 | 
			
		||||
    assign(:ancestors, reply.stream_entry.activity.ancestors(1, bob) )
 | 
			
		||||
    assign(:descendants, reply.stream_entry.activity.descendants(bob))
 | 
			
		||||
 | 
			
		||||
    render
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user