mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	refactor: Move pm_with_uri to hash_util.
This commit is contained in:
		@@ -86,6 +86,11 @@ exports.operators_to_hash = function (operators) {
 | 
			
		||||
    return hash;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
exports.pm_with_uri = function (reply_to) {
 | 
			
		||||
    return exports.operators_to_hash([
 | 
			
		||||
        {operator: 'pm-with', operand: reply_to},
 | 
			
		||||
    ]);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
return exports;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user