mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-06 12:18:48 -04:00
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):
|
class RoomForgetRestServlet(ClientV1RestServlet):
|
||||||
def register(self, http_server):
|
def register(self, http_server):
|
||||||
# /rooms/$roomid/[invite|join|leave]
|
|
||||||
PATTERNS = ("/rooms/(?P<room_id>[^/]*)/forget")
|
PATTERNS = ("/rooms/(?P<room_id>[^/]*)/forget")
|
||||||
register_txn_path(self, PATTERNS, http_server)
|
register_txn_path(self, PATTERNS, http_server)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue