Add e164 in service address in SyncMessageProcessor.
This commit is contained in:
parent
2c25a0494b
commit
358da730cd
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue