targetSentTimestamp,
getSingleRecipientIdentifiers(recipients, m.getSelfNumber()).stream()
.map(RecipientIdentifier.class::cast)
- .collect(Collectors.toSet()));
+ .collect(Collectors.toSet()),
+ false);
checkSendMessageResults(results);
return results.timestamp();
} catch (IOException e) {
remove,
getSingleRecipientIdentifier(targetAuthor, m.getSelfNumber()),
targetSentTimestamp,
- Set.of(getGroupRecipientIdentifier(groupId)));
+ Set.of(getGroupRecipientIdentifier(groupId)),
+ false);
checkSendMessageResults(results);
return results.timestamp();
} catch (IOException e) {