Fixes streaming callbacks of HashtagTimeline (#3849)
This commit is contained in:
		
							parent
							
								
									f3be605286
								
							
						
					
					
						commit
						8d2b3ada80
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -60,7 +60,7 @@ class HashtagTimeline extends React.PureComponent {
 | 
			
		|||
      received (data) {
 | 
			
		||||
        switch(data.event) {
 | 
			
		||||
        case 'update':
 | 
			
		||||
          dispatch(updateTimeline('tag', JSON.parse(data.payload)));
 | 
			
		||||
          dispatch(updateTimeline(`hashtag:${id}`, JSON.parse(data.payload)));
 | 
			
		||||
          break;
 | 
			
		||||
        case 'delete':
 | 
			
		||||
          dispatch(deleteFromTimelines(data.payload));
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue