diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-15 01:34:33 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-15 01:34:33 +0000 |
commit | adf582dba785f0f40fc68d7b1f079fabd210cabe (patch) | |
tree | aa458f0c8f450e7d390e8a3d518c6513881d3f15 /syweb/webclient/recents | |
parent | improve notif setting text (diff) | |
download | synapse-adf582dba785f0f40fc68d7b1f079fabd210cabe.tar.xz |
merge in msg.__room_member usage to new message display template
Diffstat (limited to 'syweb/webclient/recents')
-rw-r--r-- | syweb/webclient/recents/recents.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syweb/webclient/recents/recents.html b/syweb/webclient/recents/recents.html index 0b3a77ca11..600e1f9c1a 100644 --- a/syweb/webclient/recents/recents.html +++ b/syweb/webclient/recents/recents.html @@ -84,7 +84,7 @@ </div> <div ng-switch-default> - {{ lastMsg.content }} + {{ lastMsg.content.body | linky:'_blank' }} </div> </div> </div> |