0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-27 20:19:03 +02:00
synapse/changelog.d
Erik Johnston 5360baeb64
Pull out fewer receipts from DB when doing push (#17049)
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.
2024-04-05 12:46:34 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
16930.bugfix Fix bug in calculating state for non-gappy syncs (#16942) 2024-04-04 16:15:35 +00:00
16932.bugfix Fix bug in calculating state for non-gappy syncs (#16942) 2024-04-04 16:15:35 +00:00
16942.bugfix Fix bug in calculating state for non-gappy syncs (#16942) 2024-04-04 16:15:35 +00:00
17037.feature Fixups to new push stream (#17038) 2024-03-28 16:29:23 +00:00
17038.feature Fixups to new push stream (#17038) 2024-03-28 16:29:23 +00:00
17044.misc Refactor chain fetching (#17044) 2024-04-02 15:33:56 +01:00
17045.misc Add missing index to access_tokens table (#17045) 2024-04-04 11:05:40 +01:00
17049.misc Pull out fewer receipts from DB when doing push (#17049) 2024-04-05 12:46:34 +01:00