mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
dbus implementation of sendReaction command (#581)
This commit is contained in:
parent
ea035db94f
commit
8f4d89e2f7
4 changed files with 74 additions and 28 deletions
|
@ -98,7 +98,7 @@ public class SendCommand implements DbusCommand {
|
|||
try {
|
||||
groupId = Util.decodeGroupId(groupIdString).serialize();
|
||||
} catch (GroupIdFormatException e) {
|
||||
throw new UserErrorException("Invalid group id:" + e.getMessage());
|
||||
throw new UserErrorException("Invalid group id: " + e.getMessage());
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue