1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2024-12-22 20:50:23 +03:00
synapse/changelog.d/5352.bugfix
Erik Johnston 75538813fc Fix background updates to handle redactions/rejections ()
* Fix background updates to handle redactions/rejections

In background updates based on current state delta stream we need to
handle that we may not have all the events (or at least that
`get_events` may raise an exception).
2019-06-06 00:45:46 +10:00

1 line
83 B
Text

Fix room stats and presence background updates to correctly handle missing events.