Skip to content

Commit dba8cf7

Browse files
committed
Update reflect-config
1 parent 141d332 commit dba8cf7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

graalvm-config-dir/reflect-config.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,10 @@
20372037
"name":"org.signal.libsignal.protocol.IdentityKey"
20382038
},
20392039
{
2040-
"name":"org.signal.libsignal.protocol.ServiceId"
2040+
"name":"org.signal.libsignal.protocol.ServiceId",
2041+
"allDeclaredFields":true,
2042+
"queryAllDeclaredMethods":true,
2043+
"queryAllDeclaredConstructors":true
20412044
},
20422045
{
20432046
"name":"org.signal.libsignal.protocol.SignalProtocolAddress"
@@ -3021,7 +3024,6 @@
30213024
{
30223025
"name":"org.whispersystems.signalservice.internal.storage.protos.GroupV2Record",
30233026
"allDeclaredFields":true,
3024-
"fields":[{"name":"archived"}, {"name":"blocked"}, {"name":"dontNotifyForMentionsIfMuted"}, {"name":"hideStory"}, {"name":"markedUnread"}, {"name":"masterKey"}, {"name":"mutedUntilTimestamp"}, {"name":"storySendMode"}, {"name":"whitelisted"}],
30253027
"methods":[{"name":"adapter","parameterTypes":[] }, {"name":"unknownFields","parameterTypes":[] }]
30263028
},
30273029
{

0 commit comments

Comments
 (0)