@ -1918,7 +1918,7 @@
window.Whisper.events.trigger('showSessionRestoreConfirmation', {
pubkey,
onOk: async () => {
onOk: () => {
convo.sendMessage('', null, null, null, null, {
sessionRestoration: true,
});
@ -1516,11 +1516,7 @@
messageWithSchema.sourceDevice = 1;
}
let sessionRestoration = false;
if (otherOptions) {
sessionRestoration = otherOptions.sessionRestoration || false;
const { sessionRestoration = false } = otherOptions;
const attributes = {
...messageWithSchema,