ios: export localizations

This commit is contained in:
Evgeny Poberezkin
2025-08-02 09:12:04 +01:00
parent f1c513bd33
commit 8b2cc7163d
19 changed files with 433 additions and 101 deletions
@@ -860,7 +860,7 @@ object ChatController {
suspend fun apiSetUserAutoAcceptMemberContacts(u: User, enable: Boolean) {
val r = sendCmd(u.remoteHostId, CC.ApiSetUserAutoAcceptMemberContacts(u.userId, enable))
if (r.result is CR.CmdOk) return
throw Exception("failed to set auto-accept for direct invitations from groups ${r.responseType} ${r.details}")
throw Exception("failed to set auto-accept ${r.responseType} ${r.details}")
}
suspend fun apiHideUser(u: User, viewPwd: String): User =