/users: put @ before username
All checks were successful
Build && Deploy / cargo build (push) Successful in 56s
All checks were successful
Build && Deploy / cargo build (push) Successful in 56s
This commit is contained in:
parent
c2aebcd509
commit
25b980a2ff
@ -137,7 +137,7 @@ pub async fn admin_command_handler(
|
|||||||
u.first_name,
|
u.first_name,
|
||||||
u.last_name.map_or("".into(), |l| format!(" {l}")),
|
u.last_name.map_or("".into(), |l| format!(" {l}")),
|
||||||
u.username
|
u.username
|
||||||
.map_or("".into(), |username| format!(" ({username})")),
|
.map_or("".into(), |username| format!(" (@{username})")),
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.join("\n");
|
.join("\n");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user