client-api: Remove authentication for get alias endpoint

This commit is contained in:
Timo Kösters 2021-05-27 16:14:59 +02:00 committed by GitHub
parent 78930bef5e
commit 8173a05b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# [unreleased] # [unreleased]
Bug fixes:
* Remove authentication for get alias endpoint
# 0.10.1 # 0.10.1
Improvements: Improvements:

View File

@ -10,7 +10,7 @@ ruma_api! {
name: "get_alias", name: "get_alias",
path: "/_matrix/client/r0/directory/room/:room_alias", path: "/_matrix/client/r0/directory/room/:room_alias",
rate_limited: false, rate_limited: false,
authentication: AccessToken, authentication: None,
} }
request: { request: {