mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Include profile key in outgoing messages
This commit is contained in:
parent
62696fbc67
commit
c53bb132eb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue