Adds sentAt to notification logging

This commit is contained in:
Josh Perez 2023-06-14 13:55:50 -07:00 committed by GitHub
parent 95bdfcf8f3
commit b1ee0a1d68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 1 deletions

View file

@ -1453,6 +1453,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
? window.i18n('icu:Stories__failed-send--partial')
: window.i18n('icu:Stories__failed-send--full'),
isExpiringMessage: false,
sentAt: this.get('timestamp'),
});
}