ssb: Collapse contact group users to only icons.

This commit is contained in:
2025-06-27 12:46:15 -04:00
parent 37e1c5d97b
commit 8f84ff2611
3 changed files with 10 additions and 5 deletions

View File

@ -686,7 +686,7 @@ class TfMessageElement extends LitElement {
${x.action}
${x.users.map(
(y) => html`
<tf-user id=${y} .users=${this.users}></tf-user>
<tf-user id=${y} .users=${this.users} icon_only=true></tf-user>
`
)}
</div>