fix: user avatar mime change from gif to avif

This commit is contained in:
trisua 2025-06-25 23:15:24 -04:00
parent ffdb767518
commit 6e0f2985b9
20 changed files with 219 additions and 104 deletions

View file

@ -350,6 +350,7 @@ fn default_banned_usernames() -> Vec<String> {
"stack".to_string(),
"search".to_string(),
"journals".to_string(),
"links".to_string(),
]
}