push dependencies

This commit is contained in:
meguminloli
2021-09-14 18:26:02 +03:00
parent 0eb52d32ef
commit 2660b96250
3 changed files with 57 additions and 89 deletions

View File

@@ -77,6 +77,8 @@ pub async fn req(user: User, info: Json<Data>) -> Result<Value> {
icon: None,
banner: None,
flags: None,
nsfw: info.nsfw.unwrap_or_default()
};