mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	Don't wait 1 second before syncing updates manually controlled flags.
(imported from commit 8526f5d77aee078b5bc282da093009e19f016a44)
This commit is contained in:
		@@ -697,7 +697,7 @@ function sync_message_flag(messages, flag_name, set_flag) {
 | 
			
		||||
    if (batched_updaters.hasOwnProperty(flag_key)) {
 | 
			
		||||
        updater = batched_updaters[flag_key];
 | 
			
		||||
    } else {
 | 
			
		||||
        updater = batched_flag_updater(flag_name, op);
 | 
			
		||||
        updater = batched_flag_updater(flag_name, op, true);
 | 
			
		||||
        batched_updaters[flag_key] = updater;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user