ssb: Proof of concept to try to stay connected to a handful of peers. #130
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 37m27s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 37m27s
This commit is contained in:
@ -686,7 +686,11 @@ class TfMessageElement extends LitElement {
|
||||
${x.action}
|
||||
${x.users.map(
|
||||
(y) => html`
|
||||
<tf-user id=${y} .users=${this.users} icon_only=true></tf-user>
|
||||
<tf-user
|
||||
id=${y}
|
||||
.users=${this.users}
|
||||
icon_only="true"
|
||||
></tf-user>
|
||||
`
|
||||
)}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user