mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Always use content sender if available
This commit is contained in:
parent
25fb1b08bc
commit
ac8925b2bd
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ public final class IncomingMessageHandler {
|
||||||
final Manager.ReceiveMessageHandler handler,
|
final Manager.ReceiveMessageHandler handler,
|
||||||
final Exception exception
|
final Exception exception
|
||||||
) {
|
) {
|
||||||
if (!envelope.hasSourceUuid() && content != null) {
|
if (content != null) {
|
||||||
// Store uuid if we don't have it already
|
// Store uuid if we don't have it already
|
||||||
// address/uuid is validated by unidentified sender certificate
|
// address/uuid is validated by unidentified sender certificate
|
||||||
account.getRecipientTrustedResolver().resolveRecipientTrusted(content.getSender());
|
account.getRecipientTrustedResolver().resolveRecipientTrusted(content.getSender());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue