mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-06 11:51:37 +00:00
Merge branch 'stable' into stable-android
This commit is contained in:
@@ -2539,7 +2539,7 @@ public struct PublicGroupAccess: Codable, Hashable {
|
||||
}
|
||||
|
||||
public struct RelayCapabilities: Codable, Hashable {
|
||||
public var baseWebUrl: String?
|
||||
public var webDomain: String?
|
||||
}
|
||||
|
||||
public struct PublicGroupProfile: Codable, Hashable {
|
||||
|
||||
+1
-1
@@ -2219,7 +2219,7 @@ data class PublicGroupAccess(
|
||||
|
||||
@Serializable
|
||||
data class RelayCapabilities(
|
||||
val baseWebUrl: String? = null
|
||||
val webDomain: String? = null
|
||||
)
|
||||
|
||||
@Serializable
|
||||
|
||||
Reference in New Issue
Block a user