mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-18 02:48:44 +00:00
fix: initial convo generation fix for existing blinded convos (?)
This commit is contained in:
parent
bd05985cd6
commit
b495e59abb
@ -166,6 +166,7 @@ object ConfigurationMessageUtilities {
|
||||
} else {
|
||||
UserPic(url, key)
|
||||
}
|
||||
|
||||
val contactInfo = Contact(
|
||||
id = contact.sessionID,
|
||||
name = contact.name.orEmpty(),
|
||||
@ -208,6 +209,7 @@ object ConfigurationMessageUtilities {
|
||||
recipient.isContactRecipient -> {
|
||||
if (recipient.isLocalNumber) null // this is handled by the user profile NTS data
|
||||
else if (recipient.isOpenGroupInboxRecipient) null // specifically exclude
|
||||
else if (!recipient.address.serialize().startsWith(IdPrefix.STANDARD.value)) null
|
||||
else convoConfig.getOrConstructOneToOne(recipient.address.serialize())
|
||||
}
|
||||
else -> null
|
||||
|
Loading…
x
Reference in New Issue
Block a user