mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
parent
c542fb87cb
commit
5b839bbae0
1 changed files with 8 additions and 4 deletions
|
@ -938,10 +938,14 @@ class Manager implements Signal {
|
|||
}
|
||||
break;
|
||||
case REQUEST_INFO:
|
||||
try {
|
||||
sendUpdateGroupMessage(groupInfo.getGroupId(), source);
|
||||
} catch (IOException | EncapsulatedExceptions e) {
|
||||
e.printStackTrace();
|
||||
if (group != null) {
|
||||
try {
|
||||
sendUpdateGroupMessage(groupInfo.getGroupId(), source);
|
||||
} catch (IOException | EncapsulatedExceptions e) {
|
||||
e.printStackTrace();
|
||||
} catch (NotAGroupMemberException e) {
|
||||
// We have left this group, so don't send a group update message
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue