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

@ -5114,6 +5114,7 @@ export class ConversationModel extends window.Backbone
message: message.getNotificationText(),
messageId,
reaction: reaction ? reaction.toJSON() : null,
sentAt: message.get('timestamp'),
});
}