mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Compile protobufs with no-convert/null-defaults
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
@@ -3390,7 +3390,7 @@ export function initialize({
|
||||
return getGroupLog(
|
||||
{
|
||||
...options,
|
||||
startVersion: joinedAtVersion,
|
||||
startVersion: joinedAtVersion ?? 0,
|
||||
},
|
||||
credentials
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user