mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Move small_avatar_url() to people.js.
This commit is contained in:
		@@ -12,7 +12,7 @@ set_global('page_params', {
 | 
			
		||||
});
 | 
			
		||||
set_global('home_msg_list', null);
 | 
			
		||||
set_global('feature_flags', {twenty_four_hour_time: false});
 | 
			
		||||
set_global('ui', {small_avatar_url: function () { return ''; }});
 | 
			
		||||
set_global('people', {small_avatar_url: function () { return ''; }});
 | 
			
		||||
set_global('notifications', {speaking_at_me: function () {}});
 | 
			
		||||
set_global('unread', {message_unread: function () {}});
 | 
			
		||||
// timerender calls setInterval when imported
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user