Fix public timeline page not paginating correctly (#10245)
This commit is contained in:
		
					parent
					
						
							
								65fffeac3f
							
						
					
				
			
			
				commit
				
					
						da45b8b4c9
					
				
			
		
					 1 changed files with 7 additions and 3 deletions
				
			
		|  | @ -60,10 +60,14 @@ class PublicTimeline extends React.PureComponent { | |||
|     } | ||||
|   } | ||||
| 
 | ||||
|   handleLoadMore = maxId => { | ||||
|     const { dispatch, local } = this.props; | ||||
|   handleLoadMore = () => { | ||||
|     const { dispatch, statusIds, local } = this.props; | ||||
|     const maxId = statusIds.last(); | ||||
| 
 | ||||
|     if (maxId) { | ||||
|       dispatch(local ? expandCommunityTimeline({ maxId }) : expandPublicTimeline({ maxId })); | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|   setRef = c => { | ||||
|     this.masonry = c; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue