mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
230a831c73
The previous assumption was that the stream_id column was unique (for a room ID, receipt type, user ID tuple), but this turned out to be incorrect. Now find the max stream ID, then map this back to a database-specific row identifier and delete other rows which match the (room ID, receipt type, user ID) tuple, but *not* the row ID. |
||
---|---|---|
.. | ||
__init__.py | ||
test_deviceinbox.py | ||
test_events_worker.py | ||
test_lock.py | ||
test_receipts.py | ||
test_room.py |