diff --git a/docs/web-ui/dashboard.md b/docs/web-ui/dashboard.md index d73131d9..9ce7fe58 100644 --- a/docs/web-ui/dashboard.md +++ b/docs/web-ui/dashboard.md @@ -214,7 +214,7 @@ title). Its own esbuild bundle (`matrix-accounts.js`); no SSE — it reads `/api/state` once for the agent picker and otherwise works off two purpose-built endpoints. -An agent picker (populated from `state.agents`) drives a list of that +An agent picker (populated from `state.containers`, the live roster) drives a list of that agent's configured accounts — name, homeserver, and a token-status dot — read from `GET /api/matrix-accounts?agent=` → `{ accounts: [ { name, homeserver, token_present } ] }`. The status