synapse/changelog.d/17592.misc
Erik Johnston f1e8d2d15a
Sliding Sync: Speed up getting receipts for initial rooms (#17592)
Let's only pull out the events we care about. Note that the index isn't
necessary here, as postgres is happy to scan the set of rooms for the
events.
2024-08-20 12:57:34 +01:00

1 line
85 B
Text

Correctly track read receipts that should be sent down in experimental sliding sync.