From 84008775742b8ecd105145c7ed4991930762cee5 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 17 Feb 2021 11:02:21 +0000 Subject: [PATCH] Make ver a required parameter for make_knock --- proposals/2403-knock.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/proposals/2403-knock.md b/proposals/2403-knock.md index c30516c8..7cac2eec 100644 --- a/proposals/2403-knock.md +++ b/proposals/2403-knock.md @@ -374,7 +374,11 @@ Request format: | roomId | string | Required. The room ID that should receive the knock. | userId | string | Required. The user ID the knock event will be for. | Query Parameters: -| ver | [string] | The room versions the sending server has support for. Defaults to `[1]`. +| ver | [string] | Required. The room versions the sending server has support for. + +Note that `GET /_matrix/federation/v1/make_join/{roomId}/{userId}` does not make `ver` +a required query parameter for backwards compatibility reasons. We have no such restrictions. + Response Format: