Add “account timeline” filter category (#12918)
* Add “account timeline” filter category Previously, no filter category applied to account timelines. * Rename “Account timelines” into “Profiles”
This commit is contained in:
		
							parent
							
								
									a8e46cf7a1
								
							
						
					
					
						commit
						43daeccccb
					
				
					 4 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -115,6 +115,7 @@ class AccountTimeline extends ImmutablePureComponent {
 | 
			
		|||
          shouldUpdateScroll={shouldUpdateScroll}
 | 
			
		||||
          emptyMessage={emptyMessage}
 | 
			
		||||
          bindToDocument={!multiColumn}
 | 
			
		||||
          timelineId='account'
 | 
			
		||||
        />
 | 
			
		||||
      </Column>
 | 
			
		||||
    );
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue