parent
a089a5ef04
commit
ed79e0b377
@ -179,6 +179,9 @@ public class SendCommand implements JsonRpcLocalCommand {
|
|||||||
final var quoteTimestamp = ns.getLong("quote-timestamp");
|
final var quoteTimestamp = ns.getLong("quote-timestamp");
|
||||||
if (quoteTimestamp != null) {
|
if (quoteTimestamp != null) {
|
||||||
final var quoteAuthor = ns.getString("quote-author");
|
final var quoteAuthor = ns.getString("quote-author");
|
||||||
|
if (quoteAuthor == null) {
|
||||||
|
throw new UserErrorException("Quote author parameter is missing");
|
||||||
|
}
|
||||||
final var quoteMessage = ns.getString("quote-message");
|
final var quoteMessage = ns.getString("quote-message");
|
||||||
final var quoteMentionStrings = ns.<String>getList("quote-mention");
|
final var quoteMentionStrings = ns.<String>getList("quote-mention");
|
||||||
final var quoteMentions = quoteMentionStrings == null
|
final var quoteMentions = quoteMentionStrings == null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user