summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-09-22 14:54:23 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-09-22 19:39:57 +0100
commit48336eeb85457e356a7a23619776dc598ebd2189 (patch)
tree8ece5449fb922fd2594a7dae9124e0424d1817a4
parentFix missing null character check on guest_access room state (diff)
downloadsynapse-48336eeb85457e356a7a23619776dc598ebd2189.tar.xz
Changelog
-rw-r--r--changelog.d/8373.bugfix1
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