Remove GroupContext proto
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
9bfbee464b
commit
68ae25f5cd
16 changed files with 74 additions and 713 deletions
|
@ -859,9 +859,6 @@ function getRecipients(options: GroupSendOptionsType): ReadonlyArray<string> {
|
|||
if (options.groupV2) {
|
||||
return options.groupV2.members;
|
||||
}
|
||||
if (options.groupV1) {
|
||||
return options.groupV1.members;
|
||||
}
|
||||
|
||||
throw new Error('getRecipients: Unable to extract recipients!');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue