mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 22:14:14 -04:00
more timestamp fixes
This commit is contained in:
parent
514e0fd4b6
commit
e9abbe89f3
3 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue