summary refs log tree commit diff
path: root/changelog.d/17358.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.110.0rc1Till Faelligen2024-06-261-1/+0
|
* Limit amount of replication we send (#17358)Erik Johnston2024-06-251-0/+1
Fixes up #17333, where we failed to actually send less data (the `DISTINCT` didn't work due to `stream_id` being different). We fix this by making it so that every device list outbound poke for a given user ID has the same stream ID. We can't change the query to only return e.g. max stream ID as the receivers look up the destinations to send to by doing `SELECT WHERE stream_id = ?`