diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-10-17 23:54:21 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-10-17 23:54:21 +0100 |
commit | 58b1a891cea6e990ca623399f3b9425e1d2b78b0 (patch) | |
tree | c3c5203ed245a86f2f8fb06befff29db90a45043 /webclient/recents/recents.html | |
parent | Bump the other version (diff) | |
parent | more timestamp fixes (diff) | |
download | synapse-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.html | 2 |
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> |