ssb: People without profile images get emoji faces. I'm amazed it took me this long.

This commit is contained in:
2025-01-18 21:17:07 -05:00
parent 2def15337d
commit ac12e350bf
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ class TfUserElement extends LitElement {
let image = html`<span
class=${'w3-theme-l4 ' + shape}
style="display: inline-block; width: 2em; height: 2em; text-align: center; line-height: 2em"
>?</span
>😎</span
>`;
let name = this.users?.[this.id]?.name;
name = html`<a target="_top" href=${'#' + this.id}