mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-01 08:15:46 +00: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.