From 23a311352f2b2f49288f91a95615791b74aa149a Mon Sep 17 00:00:00 2001 From: Alois Date: Thu, 30 Jul 2026 00:45:58 +0200 Subject: [PATCH] Update docs --- src/content/docs/components/iota/endpoints.md | 2 ++ src/content/docs/installation.md | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/content/docs/components/iota/endpoints.md b/src/content/docs/components/iota/endpoints.md index 2dd4c26..20d7ebb 100644 --- a/src/content/docs/components/iota/endpoints.md +++ b/src/content/docs/components/iota/endpoints.md @@ -455,6 +455,8 @@ The iota will never read, or handle the chat_partner_name. Settings are scoped to the authenticated device session. The `SessionId` must match the session assigned by the Omikron. Setting names may contain alphanumeric characters, `_`, `-`, and `.`, but may not contain `..`. +Settings are not included in `ClientStateSync` and changes are not pushed to clients. A client receives confirmation of its own change in the `SettingsSave` response and must send `SettingsLoad` to retrieve a stored value. Because these settings are scoped by `SessionId`, saving them does not update another device's settings. + ### Save user Settings on Iota ##### `REQ:` diff --git a/src/content/docs/installation.md b/src/content/docs/installation.md index 3512b81..dc2076e 100644 --- a/src/content/docs/installation.md +++ b/src/content/docs/installation.md @@ -2,9 +2,13 @@ title: Installation --- +**We currently only support Linux!** + +**As soon as we have enough money to purchase the necessary certificates and hardware to produce versions for Windows and macOS, we will do so.** + # Client -You can download the latest client from our [Git](https://git.methanium.net/tensamin/client/releases). It is available as a `.deb`, `.rpm`, `.AppImage` and a Nix Flake +You can download a `.deb`, `.rpm` or `.AppImage` of the client from our [Git](https://git.methanium.net/tensamin/client/releases). ### Nix Flake