Ensure source is not required for incoming sync messages

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal 2022-05-09 12:10:33 -07:00 committed by GitHub
parent 0997b27e1c
commit 19fe677d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3435,7 +3435,6 @@ export async function startApp(): Promise<void> {
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');