mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Populate conversation snippet for timer updates
This commit is contained in:
@@ -81,6 +81,13 @@
|
||||
if (this.get('attachments').length > 0) {
|
||||
return i18n('mediaMessage');
|
||||
}
|
||||
if (this.isExpirationTimerUpdate()) {
|
||||
return i18n('timerSetTo',
|
||||
Whisper.ExpirationTimerOptions.getAbbreviated(
|
||||
this.get('expirationTimerUpdate').expireTimer
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
return '';
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user