mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
multiplatform: update type
This commit is contained in:
parent
5d374dac76
commit
d210c2aa4b
1 changed files with 2 additions and 2 deletions
|
@ -521,7 +521,7 @@ object ChatModel {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private fun chatItemBelongsToScope(cInfo: ChatInfo, cItem: ChatItem): Boolean =
|
||||
when (secondaryContextFilter) {
|
||||
null ->
|
||||
|
@ -2063,7 +2063,7 @@ enum class MemberCriteria {
|
|||
@Serializable
|
||||
data class ContactShortLinkData (
|
||||
val profile: Profile,
|
||||
val message: String?,
|
||||
val message: MsgContent?,
|
||||
val business: Boolean
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue