mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Fix sendReaction to group (#580)
Co-authored-by: rknotek <roman.knotek@comint.cz>
This commit is contained in:
parent
b5f0a26084
commit
ea035db94f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue