summary refs log tree commit diff
path: root/changelog.d/17049.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pull out fewer receipts from DB when doing push (#17049)Erik Johnston2024-04-051-0/+1
Before we were pulling out *all* read receipts for a user for every event we pushed. Instead let's only pull out the relevant receipts. This also pulled out the event rows for each receipt, causing load on the events table.