diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-09-02 07:59:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 07:59:39 -0400 |
commit | 9356656e67ba6ed23f8f43d03fedaf559241aa84 (patch) | |
tree | 09cae3c2b6049caad5e521f3ba27ce8b0e2e1617 /changelog.d | |
parent | Convert the main methods run by the reactor to async. (#8213) (diff) | |
download | synapse-9356656e67ba6ed23f8f43d03fedaf559241aa84.tar.xz |
Do not try to store invalid data in the stats table (#8226)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8226.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8226.bugfix b/changelog.d/8226.bugfix new file mode 100644 index 0000000000..60bdff576d --- /dev/null +++ b/changelog.d/8226.bugfix @@ -0,0 +1 @@ +Fix a longstanding bug where stats updates could break when unexpected profile data was included in events. |