diff options
author | Erik Johnston <erikj@element.io> | 2024-03-28 16:29:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-28 16:29:23 +0000 |
commit | fd48fc45853eb193a22a08d874eb473e668e2d6a (patch) | |
tree | 6b0ae987eb4cedd4a616463f6fabf95f543e541a /changelog.d | |
parent | Add support for moving `/push_rules` off of main process (#17037) (diff) | |
download | synapse-fd48fc45853eb193a22a08d874eb473e668e2d6a.tar.xz |
Fixups to new push stream (#17038)
Follow on from #17037
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17037.feature | 2 | ||||
-rw-r--r-- | changelog.d/17038.feature | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/17037.feature b/changelog.d/17037.feature index bd419c817d..498221e19e 100644 --- a/changelog.d/17037.feature +++ b/changelog.d/17037.feature @@ -1 +1 @@ -Add support for moving `/push_rules` off of main process. +Add support for moving `/pushrules` off of main process. diff --git a/changelog.d/17038.feature b/changelog.d/17038.feature new file mode 100644 index 0000000000..498221e19e --- /dev/null +++ b/changelog.d/17038.feature @@ -0,0 +1 @@ +Add support for moving `/pushrules` off of main process. |