summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-09-17 07:04:15 -0400
committerGitHub <noreply@github.com>2020-09-17 07:04:15 -0400
commitc3c9732c5363ef007dd838dea016719d3ab07a89 (patch)
treec0693f1120b6240e3b823f4b438c70085a4d7445 /changelog.d
parentFix a potential bug of UnboundLocalError (#8329) (diff)
downloadsynapse-c3c9732c5363ef007dd838dea016719d3ab07a89.tar.xz
Use admin_patterns for all admin APIs. (#8331)
This reduces duplication of the admin prefix in regular expressions.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8331.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8331.misc b/changelog.d/8331.misc
new file mode 100644
index 0000000000..0e1bae20ef
--- /dev/null
+++ b/changelog.d/8331.misc
@@ -0,0 +1 @@
+Use the `admin_patterns` helper in additional locations.