This commit is contained in:
parent
1420f28026
commit
23a311352f
2 changed files with 7 additions and 1 deletions
|
|
@ -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:`
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue