getSingleRecipientIdentifiers(recipients, m.getSelfNumber()).stream()
.map(RecipientIdentifier.class::cast)
.collect(Collectors.toSet()));
getSingleRecipientIdentifiers(recipients, m.getSelfNumber()).stream()
.map(RecipientIdentifier.class::cast)
.collect(Collectors.toSet()));
checkSendMessageResults(results);
return results.timestamp();
} catch (AttachmentInvalidException e) {
checkSendMessageResults(results);
return results.timestamp();
} catch (AttachmentInvalidException e) {
checkSendMessageResults(results);
return results.timestamp();
} catch (IOException | InvalidStickerException e) {
checkSendMessageResults(results);
return results.timestamp();
} catch (IOException | InvalidStickerException e) {
- m.setContactName(getSingleRecipientIdentifier(number, m.getSelfNumber()), name);
+ m.setContactName(getSingleRecipientIdentifier(number, m.getSelfNumber()), name, "");
} catch (NotPrimaryDeviceException e) {
throw new Error.Failure("This command doesn't work on linked devices.");
} catch (IOException e) {
} catch (NotPrimaryDeviceException e) {
throw new Error.Failure("This command doesn't work on linked devices.");
} catch (IOException e) {