Introduce new urgent property for outgoing messages
This commit is contained in:
parent
6cd1e3fdfc
commit
06190b1434
25 changed files with 302 additions and 83 deletions
|
@ -1698,6 +1698,7 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
conversationIdsWithSealedSender,
|
||||
isUpdate,
|
||||
options: sendOptions,
|
||||
urgent: false,
|
||||
}),
|
||||
// Note: in some situations, for doNotSave messages, the message has no
|
||||
// id, so we provide an empty array here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue