Check appservice user interest against the local users instead of all users...
Check appservice user interest against the local users instead of all users (`get_users_in_room` mis-use) (#13958)
Showing
- changelog.d/13958.bugfix 1 addition, 0 deletionschangelog.d/13958.bugfix
- docs/upgrade.md 19 additions, 0 deletionsdocs/upgrade.md
- synapse/appservice/__init__.py 14 additions, 2 deletionssynapse/appservice/__init__.py
- synapse/storage/databases/main/appservice.py 15 additions, 2 deletionssynapse/storage/databases/main/appservice.py
- synapse/storage/databases/main/roommember.py 3 additions, 0 deletionssynapse/storage/databases/main/roommember.py
- tests/appservice/test_appservice.py 5 additions, 5 deletionstests/appservice/test_appservice.py
- tests/handlers/test_appservice.py 157 additions, 5 deletionstests/handlers/test_appservice.py
Loading
Please register or sign in to comment