summary refs log tree commit diff
path: root/webclient/recents/recents.html
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-10-17 23:54:21 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-10-17 23:54:21 +0100
commit58b1a891cea6e990ca623399f3b9425e1d2b78b0 (patch)
treec3c5203ed245a86f2f8fb06befff29db90a45043 /webclient/recents/recents.html
parentBump the other version (diff)
parentmore timestamp fixes (diff)
downloadsynapse-58b1a891cea6e990ca623399f3b9425e1d2b78b0.tar.xz
fix timestamps some more
Merge branch 'develop' of git+ssh://github.com/matrix-org/synapse
Diffstat (limited to 'webclient/recents/recents.html')
-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 9cbdcd357a..fe6a2f6368 100644
--- a/webclient/recents/recents.html
+++ b/webclient/recents/recents.html
@@ -18,7 +18,7 @@
                          Declaring it in this way ensures the data-binding -->
                     {{ lastMsg = eventHandlerService.getLastMessage(room.room_id, true);"" }}
 
-                    {{ (lastMsg.ts) | date:'MMM d HH:mm' }}
+                    {{ (lastMsg.origin_server_ts) | date:'MMM d HH:mm' }}
                     
                     <img ng-click="leave(room.room_id); $event.stopPropagation();" src="img/close.png" width="10" height="10" style="margin-bottom: -1px; margin-left: 2px;" alt="close"/>
                 </td>