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
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
);