mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-21 06:51:20 +00:00
ios: export localizations
This commit is contained in:
+1
-1
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user