dbus implementation of sendReaction command (#581)

This commit is contained in:
Adaptive Garage 2021-04-02 08:53:54 +02:00 committed by GitHub
parent ea035db94f
commit 8f4d89e2f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 74 additions and 28 deletions

View file

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