diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-04 11:19:28 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-09-04 13:43:48 +0200 |
commit | 7346ea85c08d0153644398be8d271169351b0c57 (patch) | |
tree | de83a64605e54a652db3520c15f6e51600def7d6 /webclient/recents/recents.html | |
parent | Re-apply fixes to the link-email screen to make it work again (in a somewhat ... (diff) | |
download | synapse-7346ea85c08d0153644398be8d271169351b0c57.tar.xz |
Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data.
Diffstat (limited to 'webclient/recents/recents.html')
-rw-r--r-- | webclient/recents/recents.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/recents/recents.html b/webclient/recents/recents.html index 4db9e2ae90..a202473dd4 100644 --- a/webclient/recents/recents.html +++ b/webclient/recents/recents.html @@ -6,7 +6,7 @@ ng-class="{'recentsRoomSelected': (room.room_id === recentsSelectedRoomID)}"> <tr> <td class="recentsRoomName"> - {{ room.room_id | roomName }} + {{ room.room_id | mRoomName }} </td> <td class="recentsRoomSummaryTS"> {{ (room.lastMsg.ts) | date:'MMM d HH:mm' }} |