Compile protobufs with no-convert/null-defaults
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
e8fdd7116b
commit
f52da976f9
12 changed files with 119 additions and 43 deletions
|
@ -3390,7 +3390,7 @@ export function initialize({
|
|||
return getGroupLog(
|
||||
{
|
||||
...options,
|
||||
startVersion: joinedAtVersion,
|
||||
startVersion: joinedAtVersion ?? 0,
|
||||
},
|
||||
credentials
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue