adding stuff
This commit is contained in:
+1
-1
@@ -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()?)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user