Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.35.0rc1 v1.35.0rc1 | Erik Johnston | 2021-05-25 | 1 | -1/+0 |
| | |||||
* | Fixed removal of new presence stream states (#10014) | Marek Matys | 2021-05-21 | 1 | -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> |