desktop, android: update types, context user picker, rework address settings, align previews UI (#6016)

This commit is contained in:
spaced4ndy
2025-06-27 15:43:44 +00:00
committed by GitHub
parent 1702f5ce34
commit e31e8a6def
19 changed files with 735 additions and 270 deletions
+2
View File
@@ -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)
+1 -1
View File
@@ -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
}