-
- Downloads
Use the ignored_users table to test event visibility & sync. (#12225)
Instead of fetching the raw account data and re-parsing it. The ignored_users table is a denormalised version of the account data for quick searching.
Showing
- changelog.d/12225.misc 1 addition, 0 deletionschangelog.d/12225.misc
- synapse/handlers/sync.py 2 additions, 28 deletionssynapse/handlers/sync.py
- synapse/push/bulk_push_rule_evaluator.py 1 addition, 1 deletionsynapse/push/bulk_push_rule_evaluator.py
- synapse/storage/databases/main/account_data.py 38 additions, 3 deletionssynapse/storage/databases/main/account_data.py
- synapse/visibility.py 3 additions, 15 deletionssynapse/visibility.py
- tests/storage/test_account_data.py 17 additions, 0 deletionstests/storage/test_account_data.py
Loading
Please register or sign in to comment