mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	emoji: Remove display_url from the context of admin_emoji_list.
				
					
				
			This attribute seem to be artifact of some refactoring that we did but forgot to remove it. Just a minor cleanup.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							3e5e7a0b19
						
					
				
				
					commit
					44694653ae
				
			@@ -272,7 +272,7 @@ var event_fixtures = {
 | 
			
		||||
        type: 'realm_emoji',
 | 
			
		||||
        realm_emoji: {
 | 
			
		||||
            airplane: {
 | 
			
		||||
                display_url: 'some_url',
 | 
			
		||||
                source_url: 'some_url',
 | 
			
		||||
            },
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
@@ -172,7 +172,6 @@ run_test('admin_emoji_list', () => {
 | 
			
		||||
        emoji: {
 | 
			
		||||
            name: "MouseFace",
 | 
			
		||||
            display_name: "MouseFace",
 | 
			
		||||
            display_url: "http://emojipedia-us.s3.amazonaws.com/cache/46/7f/467fe69069c408e07517621f263ea9b5.png",
 | 
			
		||||
            source_url: "http://emojipedia-us.s3.amazonaws.com/cache/46/7f/467fe69069c408e07517621f263ea9b5.png",
 | 
			
		||||
        },
 | 
			
		||||
    };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user