mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:01:09 +02:00
Update all Matrix bots to properly await async SessionService methods after the migration to Redis-backed session storage. This includes: - Adding await to getSessionData, getSession, getToken, isLoggedIn calls - Making requireAuth helper methods async and return Promise<string> - Making session data helper methods async (getCurrentConversation, etc.) - Fixing handleLogout and other methods that use session operations Affected bots: - matrix-chat-bot (extensive changes for session helpers) - matrix-clock-bot (getToken helper + session calls) - matrix-contacts-bot, matrix-manadeck-bot, matrix-nutriphi-bot - matrix-ollama-bot, matrix-picture-bot, matrix-planta-bot - matrix-presi-bot, matrix-project-doc-bot, matrix-skilltree-bot - matrix-storage-bot, matrix-zitare-bot, matrix-tts-bot - matrix-mana-bot (help handler) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| Dockerfile | ||
| nest-cli.json | ||
| package.json | ||
| tsconfig.json | ||