From c2ffef051f7c67028c41d5a87a25a712fa1e8fcf Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Thu, 5 Dec 2019 09:27:37 -0700 Subject: [PATCH 1/2] Clarify description of user directory Signed off by Stuart Mumford --- api/client-server/users.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/users.yaml b/api/client-server/users.yaml index 98744719..da8cf03f 100644 --- a/api/client-server/users.yaml +++ b/api/client-server/users.yaml @@ -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). From 4d0bd5b9e206619ed7f3075d90f13a53be82b109 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sat, 7 Dec 2019 15:12:55 -0700 Subject: [PATCH 2/2] Changelog --- changelogs/client_server/newsfragments/2381.clarification | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/client_server/newsfragments/2381.clarification diff --git a/changelogs/client_server/newsfragments/2381.clarification b/changelogs/client_server/newsfragments/2381.clarification new file mode 100644 index 00000000..70bd6d18 --- /dev/null +++ b/changelogs/client_server/newsfragments/2381.clarification @@ -0,0 +1 @@ +Minor clarification for what the user directory searches.