register some /unstable endpoints in /r0 as well

This commit is contained in:
Krombel 2017-10-26 15:22:50 +02:00
parent 5b38fdab31
commit 9b436c8b4c
4 changed files with 9 additions and 20 deletions

View file

@ -29,7 +29,7 @@ logger = logging.getLogger(__name__)
class SendToDeviceRestServlet(servlet.RestServlet):
PATTERNS = client_v2_patterns(
"/sendToDevice/(?P<message_type>[^/]*)/(?P<txn_id>[^/]*)$",
releases=[], v2_alpha=False
v2_alpha=False
)
def __init__(self, hs):