mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-01 18:41:10 +02:00
This changes the replication protocol so that the server does not send down `RDATA` for rows that happened before the client connected. Instead, the server will send a `POSITION` and clients then query the database (or master out of band) to get up to date.