Move to new getSendOptions location

This commit is contained in:
Fedor Indutny 2021-06-09 12:16:45 -07:00 committed by GitHub
parent bff3f0c74a
commit 3cac4a19e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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