Compile protobufs with no-convert/null-defaults

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
Fedor Indutny 2023-11-07 22:31:59 +01:00 committed by GitHub
parent e8fdd7116b
commit f52da976f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 119 additions and 43 deletions

View file

@ -3390,7 +3390,7 @@ export function initialize({
return getGroupLog(
{
...options,
startVersion: joinedAtVersion,
startVersion: joinedAtVersion ?? 0,
},
credentials
);