matrix-gptbot/src/gptbot/callbacks
Kumi 99eec5395e
fix: correct vars in join_callback for space mapping
Resolved incorrect variable usage in join_callback function that affected the mapping of new rooms to the correct spaces. Previously, the event.sender variable was mistakenly used, leading to potential mismatches in identifying the correct user and room IDs for space assignments. This update ensures the response object's sender and room_id properties are correctly utilized, aligning room additions with the intended user spaces.
2024-05-18 21:37:51 +02:00
..
__init__.py refactor(callbacks): remove test callbacks and imports 2024-05-18 21:36:06 +02:00
invite.py feat(invite): streamline invite handling and logging 2024-05-18 21:37:03 +02:00
join.py fix: correct vars in join_callback for space mapping 2024-05-18 21:37:51 +02:00
message.py Work towards encryption support 2023-11-11 17:22:43 +01:00
roommember.py refactor: applying lots of linting 2024-05-17 10:54:54 +02:00
sync.py Make it an importable module 2023-05-25 07:28:28 +00:00