fix: gif emoji uploading

fix: external image proxy
This commit is contained in:
trisua 2025-05-10 22:11:12 -04:00
parent 275dd0a1eb
commit 8e241b3435
5 changed files with 17 additions and 20 deletions

View file

@ -66,9 +66,7 @@ impl Display for Error {
Self::UsernameInUse => "Username in use".to_string(),
Self::TitleInUse => "Title in use".to_string(),
Self::QuestionsDisabled => "You are not allowed to ask questions there".to_string(),
Self::RequiresSupporter => {
"Only site supporters can upload GIF files as their avatar/banner".to_string()
}
Self::RequiresSupporter => "Only site supporters can do this".to_string(),
_ => format!("An unknown error as occurred: ({:?})", self),
})
}