diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-06-15 08:03:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 08:03:17 -0400 |
commit | 4911f7931d6f5cd65a13f7b1b5d3edecbab7c123 (patch) | |
tree | b22b4f47eeca52e8ab878a20ae00e94059eb4c85 /changelog.d | |
parent | Remove the experimental flag for knocking and use stable prefixes / endpoints... (diff) | |
download | synapse-4911f7931d6f5cd65a13f7b1b5d3edecbab7c123.tar.xz |
Remove support for unstable MSC1772 prefixes. (#10161)
The stable prefixes have been supported since v1.34.0. The unstable prefixes are not supported by any known clients.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10161.removal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10161.removal b/changelog.d/10161.removal new file mode 100644 index 0000000000..d4411464c7 --- /dev/null +++ b/changelog.d/10161.removal @@ -0,0 +1 @@ +Stop supporting the unstable spaces prefixes from MSC1772. |