From eb6f2518efda9bc3b274efb02577a344e7bfd4a4 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Tue, 11 Sep 2018 14:12:11 +0200 Subject: [PATCH] get_supported_versions does not require authentication --- src/unversioned.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unversioned.rs b/src/unversioned.rs index 7c4be014..cb152fb0 100644 --- a/src/unversioned.rs +++ b/src/unversioned.rs @@ -11,7 +11,7 @@ pub mod get_supported_versions { name: "api_versions", path: "/_matrix/client/versions", rate_limited: false, - requires_authentication: true, + requires_authentication: false, } request {}