summary refs log tree commit diff
path: root/webclient/recents/recents.html
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2014-11-03 13:48:08 +0000
committerKegan Dougal <kegan@matrix.org>2014-11-03 13:48:08 +0000
commit92e2ff49853922a5e81ac67ccf1a95f2278d5415 (patch)
treee6126f057efc19ad61ec2f3fba5d1ac4b6df05b3 /webclient/recents/recents.html
parentFix bug which prevented the number of users being visible on the recents view. (diff)
downloadsynapse-92e2ff49853922a5e81ac67ccf1a95f2278d5415.tar.xz
Fix bug which prevented room name invites appearing correctly.
Diffstat (limited to '')
-rw-r--r--webclient/recents/recents.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/recents/recents.html b/webclient/recents/recents.html
index a11e6be532..7297e23703 100644
--- a/webclient/recents/recents.html
+++ b/webclient/recents/recents.html
@@ -27,7 +27,7 @@
             <tr>
                 <td colspan="3" class="recentsRoomSummary">
 
-                    <div ng-show="room.recent.me.membership === 'invite'">
+                    <div ng-show="room.recent.me.content.membership === 'invite'">
                         {{ room.recent.inviter | mUserDisplayName: room.room_id }} invited you
                     </div>