diff options
author | Shay <hillerys@element.io> | 2023-04-28 11:33:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 11:33:45 -0700 |
commit | 89f6fb0d5a87d7415d1e67c600f47cb2b4370971 (patch) | |
tree | 18bae0fa4b5cc476af57307d17c9a3e5b2b4f8df /changelog.d | |
parent | Update development docs referencing outdated versions of sqlite we no longer ... (diff) | |
download | synapse-89f6fb0d5a87d7415d1e67c600f47cb2b4370971.tar.xz |
Add an admin API endpoint to support per-user feature flags (#15344)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15344.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15344.feature b/changelog.d/15344.feature new file mode 100644 index 0000000000..44262e9bd8 --- /dev/null +++ b/changelog.d/15344.feature @@ -0,0 +1 @@ +Add an admin API endpoint to support per-user feature flags. |