Fix sendReaction to group

This commit is contained in:
rknotek 2021-03-24 19:44:41 +01:00
parent b5f0a26084
commit 17937434ee

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) {