parent
							
								
									488c4e1712
								
							
						
					
					
						commit
						4d49bb4b52
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -441,7 +441,7 @@ class FeedManager
 | 
			
		|||
 | 
			
		||||
    return false if active_filters.empty?
 | 
			
		||||
 | 
			
		||||
    combined_regex = active_filters.reduce { |memo, obj| Regexp.union(memo, obj) }
 | 
			
		||||
    combined_regex = Regexp.union(active_filters)
 | 
			
		||||
    status         = status.reblog if status.reblog?
 | 
			
		||||
 | 
			
		||||
    combined_text = [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue