mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 07:41:08 -04:00
webui: chat: unread msg count for peer fixed
This commit is contained in:
parent
f29f1b21af
commit
7c121d7792
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue