рабочий вариант, но скороть 10 МБит
This commit is contained in:
@@ -125,9 +125,9 @@ through Docker context `test-ubuntu` / SSH alias `docker-test`.
|
||||
|
||||
## Structured Messaging
|
||||
|
||||
- Backend HTTP errors are parsed as structured envelopes instead of legacy raw strings.
|
||||
- Backend HTTP errors are parsed as structured envelopes instead of compat raw strings.
|
||||
- WebSocket envelopes may now include `event` alongside the existing `type` and `payload`.
|
||||
- `BackendApiClient` preserves compatibility with legacy `"error": "..."` responses, but prefers the structured form when available.
|
||||
- `BackendApiClient` preserves compatibility with compat `"error": "..."` responses, but prefers the structured form when available.
|
||||
- `SessionWindowViewModel` resolves websocket event messages by `message_key` first and only then falls back to `fallback_message`.
|
||||
- Runtime smoke now proves both paths against the live backend: `message_key` resolution for invalid-login errors and fallback rendering for websocket state events whose keys are intentionally not present in client resources.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user