mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 01:04:49 -04:00
Admin API to list, filter and sort rooms (#6720)
This commit is contained in:
parent
ae6cf586b0
commit
90a28fb475
8 changed files with 787 additions and 7 deletions
|
@ -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
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue