Skip to content

Commit 212f150

Browse files
authoredMay 8, 2024··
Add note about MSC3886 being closed (#17151)
1 parent 4c6e78f commit 212f150

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎changelog.d/17151.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add note to reflect that [MSC3886](https://github.com/matrix-org/matrix-spec-proposals/pull/3886) is closed but will support will remain for some time.

‎synapse/rest/client/rendezvous.py

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
logger = logging.getLogger(__name__)
3535

3636

37+
# n.b [MSC3886](https://github.com/matrix-org/matrix-spec-proposals/pull/3886) has now been closed.
38+
# However, we want to keep this implementation around for some time.
39+
# TODO: define an end-of-life date for this implementation.
3740
class MSC3886RendezvousServlet(RestServlet):
3841
"""
3942
This is a placeholder implementation of [MSC3886](https://github.com/matrix-org/matrix-spec-proposals/pull/3886)

0 commit comments

Comments
 (0)
Please sign in to comment.