Move to new getSendOptions location
This commit is contained in:
parent
bff3f0c74a
commit
3cac4a19e1
1 changed files with 1 additions and 1 deletions
|
@ -3502,7 +3502,7 @@ export async function startApp(): Promise<void> {
|
||||||
);
|
);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const sendOptions = await conversation.getSendOptions();
|
const sendOptions = await getSendOptions(conversation.attributes);
|
||||||
const result = await window.textsecure.messaging.sendNullMessage(
|
const result = await window.textsecure.messaging.sendNullMessage(
|
||||||
{ uuid: requesterUuid },
|
{ uuid: requesterUuid },
|
||||||
sendOptions
|
sendOptions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue