ssb: People without profile images get emoji faces. I'm amazed it took me this long.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 27m16s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 27m16s
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user