mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	filter: Fix sorted_term_types sorting of streams:public.
We had the wrong term type key in the sorting declaration, resulting in this operator being always sorted last.
This commit is contained in:
		@@ -623,7 +623,7 @@ Filter.term_type = function (term) {
 | 
			
		||||
Filter.sorted_term_types = function (term_types) {
 | 
			
		||||
    const levels = [
 | 
			
		||||
        'in',
 | 
			
		||||
        'streams',
 | 
			
		||||
        'streams-public',
 | 
			
		||||
        'stream', 'topic',
 | 
			
		||||
        'pm-with', 'group-pm-with', 'sender',
 | 
			
		||||
        'near', 'id',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user