mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
webui: chat: display peer location
This commit is contained in:
parent
4733523b0c
commit
a069db5ee5
@ -130,7 +130,7 @@ function lobby(lobbyid){
|
||||
|
||||
var intro = [
|
||||
m("h2",lobdt.name),
|
||||
m("p",lobdt.topic),
|
||||
m("p",lobdt.topic ? lobdt.topic: lobdt.location),
|
||||
m("hr")
|
||||
]
|
||||
if (lobdt.subscribed != undefined && !lobdt.subscribed) {
|
||||
|
Loading…
Reference in New Issue
Block a user