[Glitch] Add “account timeline” filter category
Port JS changes from 691b14aaf8 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
			
			
This commit is contained in:
		
							parent
							
								
									d1498df663
								
							
						
					
					
						commit
						4668a06255
					
				
					 2 changed files with 2 additions and 0 deletions
				
			
		|  | @ -112,6 +112,7 @@ class AccountTimeline extends ImmutablePureComponent { | |||
|           onLoadMore={this.handleLoadMore} | ||||
|           emptyMessage={<FormattedMessage id='empty_column.account_timeline' defaultMessage='No toots here!' />} | ||||
|           bindToDocument={!multiColumn} | ||||
|           timelineId='account' | ||||
|         /> | ||||
|       </Column> | ||||
|     ); | ||||
|  |  | |||
|  | @ -27,6 +27,7 @@ export const toServerSideType = columnType => { | |||
|   case 'notifications': | ||||
|   case 'public': | ||||
|   case 'thread': | ||||
|   case 'account': | ||||
|     return columnType; | ||||
|   default: | ||||
|     if (columnType.indexOf('list:') > -1) { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue