mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
webui: chat: unread msg count for peer fixed
This commit is contained in:
parent
f29f1b21af
commit
7c121d7792
@ -52,8 +52,8 @@ function lobbies(){
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
peer.name + " / " + loc.location + (
|
peer.name + " / " + loc.location + (
|
||||||
lobby.unread_msgs > 0
|
loc.unread_msgs > 0
|
||||||
? ("(" + lobby.unread_msgs + ")")
|
? ("(" + loc.unread_msgs + ")")
|
||||||
: "")
|
: "")
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user