mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Add e164 in service address in SyncMessageProcessor.
This commit is contained in:
@@ -226,7 +226,7 @@ object SyncMessageProcessor {
|
||||
return if (message.message.hasGroupContext) {
|
||||
Recipient.externalPossiblyMigratedGroup(GroupId.v2(message.message.groupV2.groupMasterKey))
|
||||
} else {
|
||||
Recipient.externalPush(ServiceId.parseOrThrow(message.destinationUuid))
|
||||
Recipient.externalPush(SignalServiceAddress(ServiceId.parseOrThrow(message.destinationUuid), message.destinationE164))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user