get_supported_versions does not require authentication

This commit is contained in:
Jonas Herzig 2018-09-11 14:12:11 +02:00
parent ec8198964a
commit eb6f2518ef

View File

@ -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 {}