mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 04:04:20 +00:00 
			
		
		
		
	Show conversation logo on sidebar
This commit is contained in:
		@@ -556,11 +556,18 @@ const SidebarMain = {
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
		// Icon
 | 
			
		||||
		if (conv.logo == null)
 | 
			
		||||
			createElem2({
 | 
			
		||||
				appendTo: a,
 | 
			
		||||
				type: "i",
 | 
			
		||||
				class: "fa fa-comments"
 | 
			
		||||
			});
 | 
			
		||||
		else
 | 
			
		||||
			createElem2({
 | 
			
		||||
				appendTo: a,
 | 
			
		||||
				type: "img",
 | 
			
		||||
				src: conv.logo
 | 
			
		||||
			});
 | 
			
		||||
 | 
			
		||||
		// Conversation name
 | 
			
		||||
		createElem2({
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user