client-api: Remove authentication for get alias endpoint
This commit is contained in:
parent
78930bef5e
commit
8173a05b2c
@ -1,5 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* Remove authentication for get alias endpoint
|
||||
|
||||
# 0.10.1
|
||||
|
||||
Improvements:
|
||||
|
@ -10,7 +10,7 @@ ruma_api! {
|
||||
name: "get_alias",
|
||||
path: "/_matrix/client/r0/directory/room/:room_alias",
|
||||
rate_limited: false,
|
||||
authentication: AccessToken,
|
||||
authentication: None,
|
||||
}
|
||||
|
||||
request: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user