mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-04 12:14:12 +00:00 
			
		
		
		
	Display only unread conversations in bold
This commit is contained in:
		@@ -219,7 +219,7 @@ ComunicWeb.pages.conversations.listPane = {
 | 
			
		||||
		//Add conversation name
 | 
			
		||||
		var conversationName = createElem2({
 | 
			
		||||
			appendTo: convLink,
 | 
			
		||||
			type: "strong",
 | 
			
		||||
			type: info.saw_last_message ? "span" : "strong",
 | 
			
		||||
			innerHTML: "Loading..."
 | 
			
		||||
		});
 | 
			
		||||
		ComunicWeb.components.conversations.utils.getName(info, function(name){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user