diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-04-19 12:17:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 11:17:29 +0000 |
commit | b121a3ad2b75f94002b085e1945110fc446a560a (patch) | |
tree | d6454c690213572c21bc516922cee36f59225432 /changelog.d | |
parent | Fix grammatical error in error message (#12483) (diff) | |
download | synapse-b121a3ad2b75f94002b085e1945110fc446a560a.tar.xz |
Back out implementation of MSC2314 (#12474)
MSC2314 has now been closed, so we're backing out its implementation, which originally happened in #6176. Unfortunately it's not a direct revert, as that PR mixed in a bunch of unrelated changes to tests etc.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12474.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12474.misc b/changelog.d/12474.misc new file mode 100644 index 0000000000..5292108b39 --- /dev/null +++ b/changelog.d/12474.misc @@ -0,0 +1 @@ +Back out experimental implementation of [MSC2314](https://github.com/matrix-org/matrix-spec-proposals/pull/2314). |