adding stuff

This commit is contained in:
2025-10-09 12:14:14 +01:00
parent f38a4f688a
commit dbb410b1e6
18 changed files with 55 additions and 1269 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ pub async fn profile_pic(user_id: usize) -> Option<NamedFile> {
{
Some(image)
} else {
Some(NamedFile::open("./cdn/profiles/default.jpg").await.ok()?)
Some(NamedFile::open("./cdn/profiles/default.svg").await.ok()?)
}
}