forked from cybrespace/mastodon
		
	Fix “Filter this post” potentially listing deleted filters (#19051)
This commit is contained in:
		
							parent
							
								
									63adef2021
								
							
						
					
					
						commit
						2cae5f5b8d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -35,7 +35,7 @@ export default function filters(state = ImmutableMap(), action) {
 | 
			
		|||
  case FILTERS_CREATE_SUCCESS:
 | 
			
		||||
    return normalizeFilter(state, action.filter);
 | 
			
		||||
  case FILTERS_FETCH_SUCCESS:
 | 
			
		||||
    //TODO: handle deleting obsolete filters
 | 
			
		||||
    return normalizeFilters(ImmutableMap(), action.filters);
 | 
			
		||||
  case FILTERS_IMPORT:
 | 
			
		||||
    return normalizeFilters(state, action.filters);
 | 
			
		||||
  default:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue