mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-01 17:38:36 +00:00
KvTree: asyncify clear and increment
This commit is contained in:
parent
a8c9e3eebe
commit
7658414fc4
62 changed files with 958 additions and 650 deletions
|
@ -57,7 +57,8 @@ pub async fn create_alias_route(
|
|||
services()
|
||||
.rooms
|
||||
.alias
|
||||
.set_alias(&body.room_alias, &body.room_id, sender_user)?;
|
||||
.set_alias(&body.room_alias, &body.room_id, sender_user)
|
||||
.await?;
|
||||
|
||||
Ok(create_alias::v3::Response::new())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue