improvement: pdu cache, /sync cache
This commit is contained in:
@@ -53,7 +53,8 @@ pub async fn set_displayname_route(
|
||||
room.",
|
||||
)
|
||||
})?
|
||||
.content,
|
||||
.content
|
||||
.clone(),
|
||||
)
|
||||
.expect("from_value::<Raw<..>> can never fail")
|
||||
.deserialize()
|
||||
@@ -154,7 +155,8 @@ pub async fn set_avatar_url_route(
|
||||
room.",
|
||||
)
|
||||
})?
|
||||
.content,
|
||||
.content
|
||||
.clone(),
|
||||
)
|
||||
.expect("from_value::<Raw<..>> can never fail")
|
||||
.deserialize()
|
||||
|
||||
Reference in New Issue
Block a user