feat: implement appservices
this also reverts some stateres changes
This commit is contained in:
@@ -45,7 +45,7 @@ pub async fn create_content_route(
|
||||
|
||||
db.flush().await?;
|
||||
|
||||
Ok(create_content::Response { content_uri: mxc }.into())
|
||||
Ok(create_content::Response { content_uri: mxc, blurhash: None }.into())
|
||||
}
|
||||
|
||||
#[cfg_attr(
|
||||
|
||||
Reference in New Issue
Block a user