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
|
@ -89,6 +89,7 @@ export async function wrapWithSyncMessageSend({
|
|||
expirationStartTimestamp: null,
|
||||
options,
|
||||
timestamp,
|
||||
urgent: false,
|
||||
}),
|
||||
{ messageIds, sendType: sendType === 'message' ? 'sentSync' : sendType }
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue