Spec v2 send_join and send_leave endpoints

MSC: https://github.com/matrix-org/matrix-doc/pull/1802

Fixes https://github.com/matrix-org/matrix-doc/issues/2541

This also adds the v2 invite endpoint to the ACL protected list as that appears to be an omission.
This commit is contained in:
Travis Ralston 2020-05-15 14:10:06 -06:00
parent 7eafe5a1d9
commit a2a1694c35
6 changed files with 338 additions and 4 deletions

View file

@ -0,0 +1 @@
Add new v2 ``/send_join`` and ``/send_leave`` endpoints per `MSC1802 <https://github.com/matrix-org/matrix-doc/pull/1802>`_.