Fix sendReaction to group (#580)
Co-authored-by: rknotek <roman.knotek@comint.cz>
This commit is contained in:
parent
b5f0a26084
commit
ea035db94f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user