Initial commit

This commit is contained in:
Yannick Funk
2021-08-25 21:48:43 +02:00
parent b0d2e99588
commit b15e07c707
5 changed files with 7 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ pub async fn req(user: User, info: Json<Data>) -> Result<Value> {
owner: user.id,
recipients: set.into_iter().collect::<Vec<String>>(),
icon: None,
last_message: None,
last_message_id: None,
permissions: None,
nsfw: info.nsfw.unwrap_or_default()
};