diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-22 14:54:23 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-22 19:39:57 +0100 |
commit | 48336eeb85457e356a7a23619776dc598ebd2189 (patch) | |
tree | 8ece5449fb922fd2594a7dae9124e0424d1817a4 /changelog.d | |
parent | Fix missing null character check on guest_access room state (diff) | |
download | synapse-48336eeb85457e356a7a23619776dc598ebd2189.tar.xz |
Changelog
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8373.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8373.bugfix b/changelog.d/8373.bugfix new file mode 100644 index 0000000000..e9d66a2088 --- /dev/null +++ b/changelog.d/8373.bugfix @@ -0,0 +1 @@ +Include `guest_access` in the fields that are checked for null bytes when updating `room_stats_state`. Broke in v1.7.2. \ No newline at end of file |