Fix sendReaction to group (#580)

Co-authored-by: rknotek <roman.knotek@comint.cz>
This commit is contained in:
Adaptive Garage
2021-03-24 21:49:03 +01:00
committed by GitHub
parent b5f0a26084
commit ea035db94f

View File

@@ -67,7 +67,7 @@ public class SendReactionCommand implements LocalCommand {
final Pair<Long, List<SendMessageResult>> results;
GroupId groupId = null;
if (groupId != null) {
if (groupIdString != null) {
try {
groupId = Util.decodeGroupId(groupIdString);
} catch (GroupIdFormatException e) {