No description
Find a file
Kumi eadc4d7791
fix(bot): separate user_id from client creation
Removed user_id from the AsyncClient constructor and set it separately on the client object. This change ensures that the user_id is consistently assigned regardless of the homeserver type, improving maintainability and clarity of client configuration.
2024-08-09 11:11:56 +02:00
.gitignore feat: add RoombaBot for blocking/unblocking Matrix rooms 2024-08-07 10:28:30 +02:00
bot.py fix(bot): separate user_id from client creation 2024-08-09 11:11:56 +02:00
config.dist.yaml feat: add Pantalaimon support for encrypted rooms 2024-08-09 11:01:58 +02:00
requirements.txt feat: add RoombaBot for blocking/unblocking Matrix rooms 2024-08-07 10:28:30 +02:00