Move to new getSendOptions location
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user