ios, core: pull to reconnect relays (#2652)

* ios, core: pull to reconnect relays

* update simplexmq

* update texts
This commit is contained in:
Evgeny Poberezkin
2023-07-05 09:09:56 +01:00
committed by GitHub
parent c35ce29cc1
commit 5d9b6266ea
8 changed files with 29 additions and 3 deletions
+4
View File
@@ -464,6 +464,10 @@ func setNetworkConfig(_ cfg: NetCfg) throws {
throw r
}
func reconnectAllServers() async throws {
try await sendCommandOkResp(.reconnectAllServers)
}
func apiSetChatSettings(type: ChatType, id: Int64, chatSettings: ChatSettings) async throws {
try await sendCommandOkResp(.apiSetChatSettings(type: type, id: id, chatSettings: chatSettings))
}