diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-04-26 14:27:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 14:27:38 -0400 |
commit | e2e9b545ff884627f7605c3d6519e46de33b83fe (patch) | |
tree | 0d44a62c46b780a39fc96889f1cd2f9bfa15d45d /changelog.d | |
parent | Add admin endpoint to query room sizes (#15482) (diff) | |
download | synapse-e2e9b545ff884627f7605c3d6519e46de33b83fe.tar.xz |
Do not return extensible events experimental push rules by default. (#15494)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15494.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15494.bugfix b/changelog.d/15494.bugfix new file mode 100644 index 0000000000..89f9262200 --- /dev/null +++ b/changelog.d/15494.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.73.0 where some experimental push rules were returned by default. |