Merge pull request #2381 from Cadair/patch-1

Clarify description of user directory
This commit is contained in:
Travis Ralston 2019-12-07 15:14:37 -07:00 committed by GitHub
commit b556ef3605
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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).

View file

@ -0,0 +1 @@
Minor clarification for what the user directory searches.