forked-synapse/changelog.d/6407.bugfix
Richard van der Hoff b7367c339d
Fix exceptions from background database update for event labels. (#6407)
Add some exception handling here so that events whose json cannot be parsed are
ignored rather than getting us stuck in a loop.

Fixes #6404.
2019-11-25 13:26:59 +00:00

2 lines
126 B
Plaintext

Fix a bug which could cause the background database update hander for event labels to get stuck in a loop raising exceptions.