summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-07-09 10:25:44 +0100
committerGitHub <noreply@github.com>2024-07-09 10:25:44 +0100
commit0ed1c64c835eb0354930d53f8c19a3dbacb68869 (patch)
tree9843f01315dfd053425272fd3625cd9f5f3ff96c /changelog.d
parentBump ijson from 3.2.3 to 3.3.0 (#17413) (diff)
downloadsynapse-0ed1c64c835eb0354930d53f8c19a3dbacb68869.tar.xz
Fix `/versions` requests (#17410)
We need it to work on workers and allow guest access.

Broke by #17392
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17410.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17410.misc b/changelog.d/17410.misc
new file mode 100644
index 0000000000..76e3976e28
--- /dev/null
+++ b/changelog.d/17410.misc
@@ -0,0 +1 @@
+Finish up work to allow per-user feature flags.