summary refs log tree commit diff
path: root/tests/handlers/test_room_member.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-19/+14
* Fix forgotten rooms missing in initial sync (#15815)Nicolas Werner2023-06-211-0/+21
* Add config option to forget rooms automatically when users leave them (#15224)Sean Quah2023-05-031-0/+11
* Faster joins: Refactor handling of servers in room (#14954)Sean Quah2023-02-031-1/+1
* Fix that user cannot `/forget` rooms after the last member has left (#13546)Dirk Klimpel2022-08-301-2/+91
* Reduce the number of tests using TCP replication. (#13543)Patrick Cloke2022-08-191-2/+2
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-2/+1
* Rate limit joins per-room (#13276)David Robertson2022-07-191-0/+290