docs: refer to session store

This commit is contained in:
Peter Steinberger
2025-12-14 00:50:12 +00:00
parent a80cd26341
commit 128df57005
2 changed files with 2 additions and 2 deletions

View File

@@ -56,4 +56,4 @@ Notes:
## Known considerations
- Heartbeats are intentionally skipped for groups to avoid noisy broadcasts.
- Echo suppression uses the combined batch string; if you send identical text twice without mentions, only the first will get a response.
- Session store entries will appear as `group:<jid>` in `sessions.json`; a missing entry just means the group hasnt triggered a run yet.
- Session store entries will appear as `group:<jid>` in the session store (`~/.clawdis/sessions/sessions.json` by default); a missing entry just means the group hasnt triggered a run yet.