mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-26 00:49:27 -05:00
Sort the public room list by display name.
This commit is contained in:
parent
c0577ea87a
commit
0627366b2f
@ -24,7 +24,7 @@
|
||||
|
||||
<h3>Public rooms</h3>
|
||||
|
||||
<div class="public_rooms" ng-repeat="room in public_rooms">
|
||||
<div class="public_rooms" ng-repeat="room in public_rooms | orderBy:'room_display_name'">
|
||||
<div>
|
||||
<a href="#/room/{{ room.room_alias ? room.room_alias : room.room_id }}" >{{ room.room_display_name }}</a>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user