mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-18 22:54:20 +01:00
Fix sendReaction to group (#580)
Co-authored-by: rknotek <roman.knotek@comint.cz>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user