diff options
author | Šimon Brandner <simon.bra.ag@gmail.com> | 2022-07-27 20:46:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 19:46:57 +0100 |
commit | 583f22780f44157c50bc2dc5c242e88cc18c7886 (patch) | |
tree | b48ad8ab4ddc45862b22baa8e6440e8d33b4c267 /changelog.d | |
parent | Add missing type hints for tests.unittest. (#13397) (diff) | |
download | synapse-583f22780f44157c50bc2dc5c242e88cc18c7886.tar.xz |
Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#13370)
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13370.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13370.feature b/changelog.d/13370.feature new file mode 100644 index 0000000000..3a49bc2778 --- /dev/null +++ b/changelog.d/13370.feature @@ -0,0 +1 @@ +Use stable prefixes for [MSC3827](https://github.com/matrix-org/matrix-spec-proposals/pull/3827). |