mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 22:54:12 -04:00
Wording fixes to 'name' user admin api filter (#8163)
Some fixes to wording I noticed after merging #7377.
This commit is contained in:
parent
79ac619403
commit
74bf8d4d06
4 changed files with 7 additions and 5 deletions
|
@ -507,7 +507,7 @@ class DataStore(
|
|||
Args:
|
||||
start (int): start number to begin the query from
|
||||
limit (int): number of rows to retrieve
|
||||
user_id (string): search for user_id
|
||||
user_id (string): search for user_id. ignored if name is not None
|
||||
name (string): search for local part of user_id or display name
|
||||
guests (bool): whether to in include guest users
|
||||
deactivated (bool): whether to include deactivated users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue