Fix missing definition of flags on creation.

This commit is contained in:
Paul
2021-09-14 16:16:18 +01:00
parent 0eb52d32ef
commit b4db321d0e

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()
};