core: rename field in protocol (#7038)

* core: rename field in protocol

* update bot apis

---------

Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com>
This commit is contained in:
Evgeny
2026-06-01 21:33:35 +01:00
committed by GitHub
parent 5ac3e71d97
commit 83f4f6cd38
8 changed files with 21 additions and 21 deletions
@@ -2219,7 +2219,7 @@ data class PublicGroupAccess(
@Serializable
data class RelayCapabilities(
val baseWebUrl: String? = null
val webDomain: String? = null
)
@Serializable