1
0

Add changelog

This commit is contained in:
Will Hunt
2020-07-05 13:00:33 +01:00
parent 26634cb0d9
commit 0f6800f45b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Add `/user/{user_id}/shared_rooms/{other_user_id}` endpoint
+1 -1
View File
@@ -23,7 +23,7 @@ logger = logging.getLogger(__name__)
class UserSharedRoomsServlet(RestServlet):
"""
GET /user/{user_id}/shared_rooms/(?P<other_user_id>[^/]*) HTTP/1.1
GET /user/{user_id}/shared_rooms/{other_user_id} HTTP/1.1
"""
PATTERNS = client_patterns(