summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
26840a2)
The sender has quit the group so he won't respond to the info request anyway
- if (group == null) {
- try {
- sendGroupInfoRequest(groupInfo.getGroupId(), source);
- } catch (IOException | EncapsulatedExceptions e) {
- e.printStackTrace();
- }
- } else {
group.removeMember(source);
account.getGroupStore().updateGroup(group);
}
group.removeMember(source);
account.getGroupStore().updateGroup(group);
}