mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
add reflection config for v1 groups (#683)
This commit is contained in:
parent
0bbd75c469
commit
0c070b9719
1 changed files with 19 additions and 0 deletions
|
@ -2026,6 +2026,25 @@
|
||||||
{"name":"type_", "allowUnsafeAccess":true}
|
{"name":"type_", "allowUnsafeAccess":true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$GroupContext",
|
||||||
|
"fields":[
|
||||||
|
{"name":"avatar_"},
|
||||||
|
{"name":"bitField0_"},
|
||||||
|
{"name":"id_"},
|
||||||
|
{"name":"membersE164_"},
|
||||||
|
{"name":"members_"},
|
||||||
|
{"name":"name_"},
|
||||||
|
{"name":"type_"}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$GroupContext$Member",
|
||||||
|
"fields":[
|
||||||
|
{"name":"bitField0_"},
|
||||||
|
{"name":"e164_"}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$GroupContextV2",
|
"name":"org.whispersystems.signalservice.internal.push.SignalServiceProtos$GroupContextV2",
|
||||||
"fields":[
|
"fields":[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue