mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-14 19:34:20 +01:00
@@ -962,7 +962,7 @@ public final class IncomingMessageHandler {
|
||||
|
||||
private DeviceAddress getDestination(SignalServiceEnvelope envelope) {
|
||||
final var destination = envelope.getDestinationServiceId();
|
||||
if (destination == null) {
|
||||
if (destination == null || destination.isUnknown()) {
|
||||
return new DeviceAddress(account.getSelfRecipientId(), account.getAci(), account.getDeviceId());
|
||||
}
|
||||
return new DeviceAddress(account.getRecipientResolver().resolveRecipient(destination),
|
||||
|
||||
Reference in New Issue
Block a user