mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 20:08:16 +00:00
desktop, android: update types, context user picker, rework address settings, align previews UI (#6016)
This commit is contained in:
@@ -758,6 +758,8 @@ public enum StoreError: Decodable, Hashable {
|
||||
case userContactLinkNotFound
|
||||
case contactRequestNotFound(contactRequestId: Int64)
|
||||
case contactRequestNotFoundByName(contactName: ContactName)
|
||||
case invalidContactRequestEntity(contactRequestId: Int64)
|
||||
case invalidBusinessChatContactRequest
|
||||
case groupNotFound(groupId: Int64)
|
||||
case groupNotFoundByName(groupName: GroupName)
|
||||
case groupMemberNameNotFound(groupId: Int64, groupMemberName: ContactName)
|
||||
|
||||
@@ -2142,7 +2142,7 @@ public struct GroupInfo: Identifiable, Decodable, NamedChat, Hashable {
|
||||
}
|
||||
|
||||
public struct PreparedGroup: Decodable, Hashable {
|
||||
public var connLinkToConnect: CreatedConnLink?
|
||||
public var connLinkToConnect: CreatedConnLink
|
||||
public var connLinkStartedConnection: Bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user