Send group call events to linked devices
This commit is contained in:
parent
496bdec35d
commit
a142cb522e
3 changed files with 27 additions and 13 deletions
|
@ -1084,7 +1084,7 @@ export async function initiateMigrationToGroupV2(
|
|||
});
|
||||
}
|
||||
|
||||
async function wrapWithSyncMessageSend({
|
||||
export async function wrapWithSyncMessageSend({
|
||||
conversation,
|
||||
logId,
|
||||
send,
|
||||
|
@ -1094,7 +1094,7 @@ async function wrapWithSyncMessageSend({
|
|||
logId: string;
|
||||
send: (sender: MessageSender) => Promise<CallbackResultType | undefined>;
|
||||
timestamp: number;
|
||||
}) {
|
||||
}): Promise<void> {
|
||||
const sender = window.textsecure.messaging;
|
||||
if (!sender) {
|
||||
throw new Error(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue