diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-09-06 13:06:33 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-09-06 13:06:33 -0400 |
commit | fd50a9b47cf700024ad4eb19411016a5131e2d20 (patch) | |
tree | 72879962346061b414e9c3bced58e279e42c0c29 | |
parent | Merge remote-tracking branch 'origin/release-v1.91' into release-v1.92 (diff) | |
download | synapse-fd50a9b47cf700024ad4eb19411016a5131e2d20.tar.xz |
Add back newsfile from #16258.
-rw-r--r-- | changelog.d/16258.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16258.bugfix b/changelog.d/16258.bugfix new file mode 100644 index 0000000000..d5ae2399e6 --- /dev/null +++ b/changelog.d/16258.bugfix @@ -0,0 +1 @@ +Revert [MSC3861](https://github.com/matrix-org/matrix-spec-proposals/pull/3861) introspection cache, admin impersonation and account lock. |