forked from MirrorHub/synapse
Remove spurious comment
This commit is contained in:
parent
fddb6fddc1
commit
08a8514b7a
1 changed files with 0 additions and 1 deletions
|
@ -407,7 +407,6 @@ class RoomEventContext(ClientV1RestServlet):
|
|||
|
||||
class RoomForgetRestServlet(ClientV1RestServlet):
|
||||
def register(self, http_server):
|
||||
# /rooms/$roomid/[invite|join|leave]
|
||||
PATTERNS = ("/rooms/(?P<room_id>[^/]*)/forget")
|
||||
register_txn_path(self, PATTERNS, http_server)
|
||||
|
||||
|
|
Loading…
Reference in a new issue