mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:56:52 +02:00
Merge pull request #1533 from AleziaKurdis/ExploreApp-used-placename-to-connect
Explore App: Use the placename instead of address (ip:port).
This commit is contained in:
commit
ab334405a8
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@
|
||||||
if (placesData[i].domain.active && placesData[i].visibility == "open" && new Date(placesData[i].last_activity_update) > activeThresholdTime) {
|
if (placesData[i].domain.active && placesData[i].visibility == "open" && new Date(placesData[i].last_activity_update) > activeThresholdTime) {
|
||||||
joinedData.push({
|
joinedData.push({
|
||||||
"index": joinedData.length,
|
"index": joinedData.length,
|
||||||
"location": placesData[i].address,
|
"location": placesData[i].name,
|
||||||
"name": placesData[i].name,
|
"name": placesData[i].name,
|
||||||
"owner": placesData[i].managers[0],
|
"owner": placesData[i].managers[0],
|
||||||
"userCount": placesData[i].current_attendance,
|
"userCount": placesData[i].current_attendance,
|
||||||
|
|
Loading…
Reference in a new issue