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:53:24 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-10-17 23:53:24 +0100
commite9abbe89f3fd465089b2840d954d93fba933a44a (patch)
tree44a565001fa7065cd2f4dd284754e01b6285d654 /webclient/recents/recents.html
parentfix webclient to know about right timestamps (diff)
downloadsynapse-e9abbe89f3fd465089b2840d954d93fba933a44a.tar.xz
more timestamp fixes
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 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>