summary refs log tree commit diff
path: root/changelog.d/10014.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.35.0rc1 v1.35.0rc1Erik Johnston2021-05-251-1/+0
|
* Fixed removal of new presence stream states (#10014)Marek Matys2021-05-211-0/+1
Fixes: https://github.com/matrix-org/synapse/issues/9962 This is a fix for above problem. I fixed it by swaping the order of insertion of new records and deletion of old ones. This ensures that we don't delete fresh database records as we do deletes before inserts. Signed-off-by: Marek Matys <themarcq@gmail.com>