From 1a6eb9a4131a0683f095c142934bc45b8a2a71ad Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 29 Aug 2019 15:19:12 -0600 Subject: [PATCH] Update proposals/2263-homeserver-pw-resets.md Co-Authored-By: J. Ryan Stinnett --- proposals/2263-homeserver-pw-resets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/2263-homeserver-pw-resets.md b/proposals/2263-homeserver-pw-resets.md index 1bb55da0..564d1e45 100644 --- a/proposals/2263-homeserver-pw-resets.md +++ b/proposals/2263-homeserver-pw-resets.md @@ -40,7 +40,7 @@ endpoints listed above if they do not trust the identity server the user is supp In order to allow client implementations to determine if the homeserver they are developed against supports `id_server` being optional, an unstable feature flag of `m.require_identity_server` -is to be added to `/versions`. When the flag is `false` or not present, clients must assume +is to be added to `/versions`. When the flag is `true` or not present, clients must assume that the homeserver requires an `id_server` (ie: it has not yet considered it optional). If this proposal is accepted, clients are expected to use the supported specification versions the homeserver advertises instead of the feature flag's presence.