mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-05-19 13:24:16 +00:00
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) {
|
||||
messageBuilder.withAttachments(Utils.getSignalServiceAttachments(attachments));
|
||||
}
|
||||
messageBuilder.withProfileKey(account.getProfileKey());
|
||||
sendMessageLegacy(messageBuilder, recipients);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user