mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-20 20:48:57 +00:00
feat: adding more serialization changes for community base info and user groups LGC
This commit is contained in:
@@ -366,7 +366,7 @@ class Storage(context: Context, helper: SQLCipherOpenHelper, private val configF
|
||||
is Conversation.LegacyGroup -> conversation.groupId.let {
|
||||
getOrCreateThreadIdFor("", it,null)
|
||||
}
|
||||
is Conversation.Community -> conversation.baseUrl.let {
|
||||
is Conversation.Community -> conversation.baseCommunityInfo.baseUrl.let {
|
||||
getOrCreateThreadIdFor("",null, it)
|
||||
}
|
||||
}
|
||||
|
@@ -141,7 +141,8 @@ object ConfigurationMessageUtilities {
|
||||
blocked = settings.isBlocked,
|
||||
approved = settings.isApproved,
|
||||
approvedMe = settings.hasApprovedMe(),
|
||||
profilePicture = userPic ?: UserPic.DEFAULT
|
||||
profilePicture = userPic ?: UserPic.DEFAULT,
|
||||
priority = 0 // TODO: read this in from a pinned priority
|
||||
)
|
||||
contactConfig.set(contactInfo)
|
||||
}
|
||||
|
Reference in New Issue
Block a user