Merge branch 'stable' into stable-android

This commit is contained in:
Evgeny Poberezkin
2026-06-01 21:35:08 +01:00
9 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -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 {
@@ -2219,7 +2219,7 @@ data class PublicGroupAccess(
@Serializable
data class RelayCapabilities(
val baseWebUrl: String? = null
val webDomain: String? = null
)
@Serializable