This commit is contained in:
elvis
2025-10-28 14:01:49 +01:00
parent 975b67bc79
commit f90308a11e
11 changed files with 474 additions and 197 deletions

View File

@ -407,7 +407,8 @@ impl<
while let Some(el) = elements.next() {
if let Some(r) = enabled_reactions.next() {
let reaction_string = format!("{}", Formatter::from(translator, r));
let reaction_string =
format!("{}", Formatter::from(translator, r));
let reaction_string = if reaction_string.is_empty() {
"( )"
} else {