mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-22 07:04:26 +01:00
Allow message from pending member if it's just a group update
Fixes #751
This commit is contained in:
@@ -416,7 +416,7 @@ public final class IncomingMessageHandler {
|
||||
}
|
||||
|
||||
final var recipientId = recipientResolver.resolveRecipient(source);
|
||||
if (!group.isMember(recipientId)) {
|
||||
if (!group.isMember(recipientId) && !(group.isPendingMember(recipientId) && message.isGroupV2Update())) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user