mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-02 05:58:37 +01:00
Merge pull request #2381 from Cadair/patch-1
Clarify description of user directory
This commit is contained in:
commit
b556ef3605
|
|
@ -31,7 +31,7 @@ paths:
|
|||
post:
|
||||
summary: Searches the user directory.
|
||||
description: |-
|
||||
Performs a search for users on the homeserver. The homeserver may
|
||||
Performs a search for users. The homeserver may
|
||||
determine which subset of users are searched, however the homeserver
|
||||
MUST at a minimum consider the users the requesting user shares a
|
||||
room with and those who reside in public rooms (known to the homeserver).
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
Minor clarification for what the user directory searches.
|
||||
Loading…
Reference in a new issue