Adds sentAt to notification logging
This commit is contained in:
parent
95bdfcf8f3
commit
b1ee0a1d68
5 changed files with 11 additions and 1 deletions
|
@ -5114,6 +5114,7 @@ export class ConversationModel extends window.Backbone
|
|||
message: message.getNotificationText(),
|
||||
messageId,
|
||||
reaction: reaction ? reaction.toJSON() : null,
|
||||
sentAt: message.get('timestamp'),
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue