Kumi
99eec5395e
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. |
||
---|---|---|
.. | ||
__init__.py | ||
invite.py | ||
join.py | ||
message.py | ||
roommember.py | ||
sync.py |