mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Use the room_display_name when presenting on the home page, and not the room_alias which may not be set.
This commit is contained in:
parent
929cb12e7e
commit
92800afd95
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<div class="public_rooms" ng-repeat="room in public_rooms">
|
<div class="public_rooms" ng-repeat="room in public_rooms">
|
||||||
<div>
|
<div>
|
||||||
<a href="#/room/{{ room.room_alias ? room.room_alias : room.room_id }}" >{{ room.room_alias }}</a>
|
<a href="#/room/{{ room.room_alias ? room.room_alias : room.room_id }}" >{{ room.room_display_name }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
|
Loading…
Reference in New Issue
Block a user