managarten/services/matrix-questions-bot/src
Till-JS 7a2e037cd5 ♻️ refactor: migrate 4 more bots to use UserListMapper
Migrated to UserListMapper<T> from @manacore/matrix-bot-common:
- matrix-manadeck-bot (decksMapper, cardsMapper)
- matrix-planta-bot (plantsMapper)
- matrix-questions-bot (questionsMapper, collectionsMapper, answersMapper)
- matrix-storage-bot (filesMapper, foldersMapper, sharesMapper, trashMapper)

Benefits:
- Consistent API for user-specific list storage
- Type-safe getByNumber(), setList(), hasList(), clearList()
- Reduced boilerplate code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 03:03:10 +01:00
..
bot ♻️ refactor: migrate 4 more bots to use UserListMapper 2026-02-01 03:03:10 +01:00
config fix(matrix-bots): resolve TypeScript strict null check errors 2026-01-30 17:32:09 +01:00
questions feat(matrix-questions-bot): add Matrix bot for Q&A research management 2026-01-30 16:48:56 +01:00
app.module.ts ♻️ refactor: migrate 19 Matrix bots to shared HealthController 2026-02-01 01:17:01 +01:00
main.ts feat(matrix-questions-bot): add Matrix bot for Q&A research management 2026-01-30 16:48:56 +01:00