mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 23:24:24 +01:00
Include profile key in outgoing messages
This commit is contained in:
@@ -564,6 +564,7 @@ public class Manager implements Signal {
|
||||
if (attachments != null) {
|
||||
messageBuilder.withAttachments(Utils.getSignalServiceAttachments(attachments));
|
||||
}
|
||||
messageBuilder.withProfileKey(account.getProfileKey());
|
||||
sendMessageLegacy(messageBuilder, recipients);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user