diff --git a/ts/background.ts b/ts/background.ts index 22e3ca430..e9ff35fc5 100644 --- a/ts/background.ts +++ b/ts/background.ts @@ -3435,7 +3435,6 @@ export async function startApp(): Promise { const { source, sourceUuid, timestamp } = ev; log.info(`view once open sync ${source} ${timestamp}`); - strictAssert(source, 'ViewOnceOpen without source'); strictAssert(sourceUuid, 'ViewOnceOpen without sourceUuid'); strictAssert(timestamp, 'ViewOnceOpen without timestamp');