implement GET /_matrix/client/v3/pushrules/global/
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
ead9d66797
commit
6319384072
2 changed files with 69 additions and 1 deletions
|
@ -45,6 +45,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
|
|||
.ruma_route(&client::check_registration_token_validity)
|
||||
.ruma_route(&client::get_capabilities_route)
|
||||
.ruma_route(&client::get_pushrules_all_route)
|
||||
.ruma_route(&client::get_pushrules_global_route)
|
||||
.ruma_route(&client::set_pushrule_route)
|
||||
.ruma_route(&client::get_pushrule_route)
|
||||
.ruma_route(&client::set_pushrule_enabled_route)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue