Adds account switching
This commit is contained in:
@@ -17,6 +17,7 @@ Noise is a Signal Messenger client for Emacs, written in Elisp. It communicates
|
||||
- The JSON-RPC interface is called over HTTP (not piped subprocess stdio), so requests are `POST http://localhost:9128/api/v1/rpc` with JSON-RPC 2.0 payloads.
|
||||
- SQLite is the single source of truth for local state: contacts, conversations, messages, read/unread markers.
|
||||
- The address is configurable via the `noise-signal-cli-address` defcustom.
|
||||
- The Signal account is configurable via the `noise-account` defcustom (nil for a single-account daemon; required when signal-cli has multiple accounts registered). Account-scoped RPC calls go through `noise-rpc-call-for-account`.
|
||||
|
||||
## User Experience Principles
|
||||
|
||||
|
||||
Reference in New Issue
Block a user