No description
Find a file
Kumi cfd985a746
refactor: call get_local_users before session deletion
Moved the call to get_local_users before the asynchronous HTTP session deletion to ensure user data is fetched prior to initiating the room shutdown process. This change improves the structure of the asynchronous operations and ensures local users information is available for logging and messaging promptly.
2024-08-17 15:21:25 +02:00
.gitignore feat: add RoombaBot for blocking/unblocking Matrix rooms 2024-08-07 10:28:30 +02:00
bot.py refactor: call get_local_users before session deletion 2024-08-17 15:21:25 +02:00
config.dist.yaml fix(docs): correct grammar in configuration instructions 2024-08-09 12:12:40 +02:00
requirements.txt feat: add RoombaBot for blocking/unblocking Matrix rooms 2024-08-07 10:28:30 +02:00