mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-02-19 21:04:20 +01:00
Fix sending to groups with non sender key capable members
Regression in 0.13.5 Fixes #1568
This commit is contained in:
@@ -532,7 +532,7 @@ public class SendHelper {
|
||||
final var recipientList = new ArrayList<>(recipientIds);
|
||||
for (final var recipientId : recipientList) {
|
||||
final var access = context.getUnidentifiedAccessHelper().getSealedSenderAccessFor(recipientId);
|
||||
if (access != null) {
|
||||
if (access == null) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user