0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-07 11:54:03 +01:00
synapse/tests/rest
Erik Johnston 79fb64e417
Fix to-device being dropped in limited sync in SQLite. (#11966)
If ther are more than 100 to-device messages pending for a device
`/sync` will only return the first 100, however the next batch token was
incorrectly calculated and so all other pending messages would be
dropped.

This is due to `txn.rowcount` only returning the number of rows that
*changed*, rather than the number *selected* in SQLite.
2022-02-11 13:38:05 +00:00
..
admin
client Fix to-device being dropped in limited sync in SQLite. (#11966) 2022-02-11 13:38:05 +00:00
key
media
__init__.py
test_health.py
test_well_known.py