mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-04 00:34:10 -04:00
Revert "Reject additional path segments"
This reverts commit 1d19a5ec0f
.
iOS Console is apparently relying on these paths.
This commit is contained in:
parent
241b71852e
commit
ebaa999f92
3 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class WhoisRestServlet(ClientV1RestServlet):
|
||||
PATTERNS = client_path_patterns("/admin/whois/(?P<user_id>[^/]*)$")
|
||||
PATTERNS = client_path_patterns("/admin/whois/(?P<user_id>[^/]*)")
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def on_GET(self, request, user_id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue