diff options
author | David Robertson <davidr@element.io> | 2022-05-25 11:19:22 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-05-25 11:19:22 +0100 |
commit | 6aeee9a19deb68ed071ddde7150609826bfa4988 (patch) | |
tree | b01ec3ee51d84b6517f9deb9bbf605e41e6abe1a /changelog.d/12858.bugfix | |
parent | Add the `batch_send` endpoint to generic workers (#12868) (diff) | |
download | synapse-6aeee9a19deb68ed071ddde7150609826bfa4988.tar.xz |
Correct typo in changelog for #12858.
Diffstat (limited to '')
-rw-r--r-- | changelog.d/12858.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/12858.bugfix b/changelog.d/12858.bugfix index 7a7ddc9a13..8c95a3e3a3 100644 --- a/changelog.d/12858.bugfix +++ b/changelog.d/12858.bugfix @@ -1 +1 @@ -Fix [MSC3878](https://github.com/matrix-org/matrix-spec-proposals/pull/3787) rooms being omitted from room directory, room summary and space hierarchy responses. +Fix [MSC3787](https://github.com/matrix-org/matrix-spec-proposals/pull/3787) rooms being omitted from room directory, room summary and space hierarchy responses. |