Include profile key in outgoing messages
This commit is contained in:
parent
62696fbc67
commit
c53bb132eb
@ -564,6 +564,7 @@ public class Manager implements Signal {
|
|||||||
if (attachments != null) {
|
if (attachments != null) {
|
||||||
messageBuilder.withAttachments(Utils.getSignalServiceAttachments(attachments));
|
messageBuilder.withAttachments(Utils.getSignalServiceAttachments(attachments));
|
||||||
}
|
}
|
||||||
|
messageBuilder.withProfileKey(account.getProfileKey());
|
||||||
sendMessageLegacy(messageBuilder, recipients);
|
sendMessageLegacy(messageBuilder, recipients);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user