mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	people: Modernize CommonJS reference in comment.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Steve Howell
					
				
			
			
				
	
			
			
			
						parent
						
							9cb41c2976
						
					
				
				
					commit
					4d6a017320
				
			@@ -1030,9 +1030,9 @@ export function get_people_for_stream_create() {
 | 
			
		||||
    /*
 | 
			
		||||
        If you are thinking of reusing this function,
 | 
			
		||||
        a better option in most cases is to just
 | 
			
		||||
        call `exports.get_realm_users()` and then
 | 
			
		||||
        filter out the "me" user yourself as part of
 | 
			
		||||
        any other filtering that you are doing.
 | 
			
		||||
        call `get_realm_users()` and then filter out
 | 
			
		||||
        the "me" user yourself as part of any other
 | 
			
		||||
        filtering that you are doing.
 | 
			
		||||
 | 
			
		||||
        In particular, this function does a sort
 | 
			
		||||
        that is kinda expensive and may not apply
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user