summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b5f0a26)
Co-authored-by: rknotek <roman.knotek@comint.cz>
final Pair<Long, List<SendMessageResult>> results;
GroupId groupId = null;
final Pair<Long, List<SendMessageResult>> results;
GroupId groupId = null;
+ if (groupIdString != null) {
try {
groupId = Util.decodeGroupId(groupIdString);
} catch (GroupIdFormatException e) {
try {
groupId = Util.decodeGroupId(groupIdString);
} catch (GroupIdFormatException e) {