Calling: Show call event summaries in left pane

This commit is contained in:
Scott Nonnenberg 2020-08-12 16:52:34 -07:00 committed by GitHub
parent 474d1694ed
commit eb44e2fc6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View file

@ -1000,6 +1000,12 @@
if (this.get('sticker')) {
return i18n('message--getNotificationText--stickers');
}
if (this.isCallHistory()) {
return window.Signal.Components.getCallingNotificationText(
this.get('callHistoryDetails'),
window.i18n
);
}
if (this.isExpirationTimerUpdate()) {
const { expireTimer } = this.get('expirationTimerUpdate');
if (!expireTimer) {