mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 04:09:20 +00:00
Display only unread conversations in bold
This commit is contained in:
parent
2fc2b0d641
commit
b679b7e651
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user