ssb: Fall back to hostnames for connections in the sidebar.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m36s

This commit is contained in:
2025-04-12 07:05:37 -04:00
parent 1516e17f5d
commit 3f4738e593
3 changed files with 5 additions and 2 deletions

View File

@ -232,6 +232,7 @@ class TfTabNewsElement extends LitElement {
class="w3-bar-item"
style="max-width: 100%"
id=${x.id}
fallback_name=${x.host}
.users=${this.users}
></tf-user>
`