diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-01-22 13:36:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 13:36:43 +0000 |
commit | 90a28fb475a29daa9e7a9ee7204f6f76cc8af441 (patch) | |
tree | 259fe9fa93613a420f65a09dbabeda22121fe8e3 /synapse/rest/client/v2_alpha | |
parent | Merge pull request #6764 from matrix-org/babolivier/fix-thumbnail (diff) | |
download | synapse-90a28fb475a29daa9e7a9ee7204f6f76cc8af441.tar.xz |
Admin API to list, filter and sort rooms (#6720)
Diffstat (limited to 'synapse/rest/client/v2_alpha')
-rw-r--r-- | synapse/rest/client/v2_alpha/_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/_base.py b/synapse/rest/client/v2_alpha/_base.py index 2a3f4dd58f..bc11b4dda4 100644 --- a/synapse/rest/client/v2_alpha/_base.py +++ b/synapse/rest/client/v2_alpha/_base.py @@ -32,7 +32,7 @@ def client_patterns(path_regex, releases=(0,), unstable=True, v1=False): Args: path_regex (str): The regex string to match. This should NOT have a ^ - as this will be prefixed. + as this will be prefixed. Returns: SRE_Pattern """ |