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
|
@ -998,6 +998,7 @@ export class CallingClass {
|
|||
sendOptions,
|
||||
sendTarget: conversation.toSenderKeyTarget(),
|
||||
sendType: 'callingMessage',
|
||||
urgent: false,
|
||||
})
|
||||
),
|
||||
sendType: 'callingMessage',
|
||||
|
@ -1621,6 +1622,7 @@ export class CallingClass {
|
|||
sendTarget: conversation.toSenderKeyTarget(),
|
||||
sendType: 'callingMessage',
|
||||
timestamp,
|
||||
urgent: false,
|
||||
}),
|
||||
{ messageIds: [], sendType: 'callingMessage' }
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue