Always use content sender if available
This commit is contained in:
parent
25fb1b08bc
commit
ac8925b2bd
@ -171,7 +171,7 @@ public final class IncomingMessageHandler {
|
||||
final Manager.ReceiveMessageHandler handler,
|
||||
final Exception exception
|
||||
) {
|
||||
if (!envelope.hasSourceUuid() && content != null) {
|
||||
if (content != null) {
|
||||
// Store uuid if we don't have it already
|
||||
// address/uuid is validated by unidentified sender certificate
|
||||
account.getRecipientTrustedResolver().resolveRecipientTrusted(content.getSender());
|
||||
|
Loading…
x
Reference in New Issue
Block a user