mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Display relative timestamps in conversation list
This mimicks Signal-Android's relative timestamps. Previously, only the date was displayed. Fixes #284
This commit is contained in:
committed by
lilia
parent
05f4b559fd
commit
e876d8f6ed
@@ -19,7 +19,7 @@
|
||||
this.listenTo(this.model, 'destroy', this.remove);
|
||||
this.listenTo(this.model, 'pending', this.renderPending);
|
||||
this.listenTo(this.model, 'done', this.renderDone);
|
||||
this.timeStampView = new Whisper.MessageTimestampView();
|
||||
this.timeStampView = new Whisper.ExtendedTimestampView();
|
||||
},
|
||||
events: {
|
||||
'click .timestamp': 'select',
|
||||
|
||||
Reference in New Issue
Block a user