mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	user status: Add ability to edit status text.
This commit is contained in:
		@@ -13,6 +13,11 @@ exports.server_update = function (opts) {
 | 
			
		||||
            status_text: opts.status_text,
 | 
			
		||||
        },
 | 
			
		||||
        idempotent: true,
 | 
			
		||||
        success: function () {
 | 
			
		||||
            if (opts.success) {
 | 
			
		||||
                opts.success();
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
    });
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user