Implement join group via invitation link

This commit is contained in:
AsamK
2020-12-21 20:03:19 +01:00
parent 9912da9546
commit 445e8592c4
9 changed files with 239 additions and 56 deletions

View File

@@ -74,8 +74,7 @@ public class SendReactionCommand implements LocalCommand {
targetTimestamp,
ns.getList("recipient"));
}
handleTimestampAndSendMessageResults(results.first(), results.second());
return 0;
return handleTimestampAndSendMessageResults(results.first(), results.second());
} catch (IOException e) {
handleIOException(e);
return 3;