Skip to content
Snippets Groups Projects
Commit b06ed1b9 authored by 🥺's avatar 🥺 :transgender_flag:
Browse files

remove # from internal room ID list

internal room IDs do not have #, they start with !

Signed-off-by: default avatarstrawberry <june@girlboss.ceo>
parent e2ec2a98
No related branches found
No related tags found
No related merge requests found
......@@ -944,7 +944,7 @@ async fn process_admin_command(
|mut output, (alias, id)| {
writeln!(
output,
"- `#{}` -> #{}:{}",
"- `{}` -> #{}:{}",
alias, id, server_name
)
.unwrap();
......@@ -957,7 +957,7 @@ async fn process_admin_command(
|mut output, (alias, id)| {
writeln!(
output,
"<li><code>#{}</code> -> #{}:{}</li>",
"<li><code>{}</code> -> #{}:{}</li>",
escape_html(alias.as_ref()),
escape_html(id.as_ref()),
server_name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment