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 {
|
||||
const sendOptions = await conversation.getSendOptions();
|
||||
const sendOptions = await getSendOptions(conversation.attributes);
|
||||
const result = await window.textsecure.messaging.sendNullMessage(
|
||||
{ uuid: requesterUuid },
|
||||
sendOptions
|
||||
|
|
Loading…
Reference in a new issue