Fix local live feeds does not expand (#25694)
This commit is contained in:
		
							parent
							
								
									d9a5c1acfa
								
							
						
					
					
						commit
						6268188543
					
				@ -84,7 +84,7 @@ const Firehose = ({ feedType, multiColumn }) => {
 | 
				
			|||||||
    (maxId) => {
 | 
					    (maxId) => {
 | 
				
			||||||
      switch(feedType) {
 | 
					      switch(feedType) {
 | 
				
			||||||
      case 'community':
 | 
					      case 'community':
 | 
				
			||||||
        dispatch(expandCommunityTimeline({ onlyMedia }));
 | 
					        dispatch(expandCommunityTimeline({ maxId, onlyMedia }));
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
      case 'public':
 | 
					      case 'public':
 | 
				
			||||||
        dispatch(expandPublicTimeline({ maxId, onlyMedia }));
 | 
					        dispatch(expandPublicTimeline({ maxId, onlyMedia }));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user