Include profile key in outgoing messages

This commit is contained in:
AsamK 2019-10-16 19:15:14 +02:00
parent 62696fbc67
commit c53bb132eb

View file

@ -564,6 +564,7 @@ public class Manager implements Signal {
if (attachments != null) {
messageBuilder.withAttachments(Utils.getSignalServiceAttachments(attachments));
}
messageBuilder.withProfileKey(account.getProfileKey());
sendMessageLegacy(messageBuilder, recipients);
}