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

@ -30,7 +30,7 @@ logger = logging.getLogger(__name__)
class NotificationsServlet(RestServlet):
PATTERNS = client_v2_patterns("/notifications$", releases=())
PATTERNS = client_v2_patterns("/notifications$")
def __init__(self, hs):
super(NotificationsServlet, self).__init__()