-
- Downloads
Avoid unnecessary copies when filtering private read receipts. (#12711)
A minor optimization to avoid unnecessary copying/building identical dictionaries when filtering private read receipts. Also clarifies comments and cleans-up some tests.
Showing
- changelog.d/12711.misc 1 addition, 0 deletionschangelog.d/12711.misc
- synapse/handlers/initial_sync.py 4 additions, 2 deletionssynapse/handlers/initial_sync.py
- synapse/handlers/receipts.py 61 additions, 33 deletionssynapse/handlers/receipts.py
- tests/handlers/test_receipts.py 26 additions, 38 deletionstests/handlers/test_receipts.py
changelog.d/12711.misc
0 → 100644
Please register or sign in to comment