diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-11-25 13:26:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-25 13:26:59 +0000 |
commit | b7367c339db153824fb47728d3eebe2f944530e6 (patch) | |
tree | 9efb1b5f09c12cecbed2bfbd32f801e5affd1f74 /changelog.d | |
parent | 1.6.0rc1 (diff) | |
download | synapse-b7367c339db153824fb47728d3eebe2f944530e6.tar.xz |
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.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6407.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6407.bugfix b/changelog.d/6407.bugfix new file mode 100644 index 0000000000..0fdbf2a781 --- /dev/null +++ b/changelog.d/6407.bugfix @@ -0,0 +1 @@ +Fix a bug which could cause the background database update hander for event labels to get stuck in a loop raising exceptions. |