From 09f3595e9309014e0e33bcb1da16fcb079b46c71 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 16 Feb 2025 14:37:45 -0500 Subject: [PATCH] ssb: Use the right shape for your own profile image. --- apps/ssb.json | 2 +- apps/ssb/tf-user.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ssb.json b/apps/ssb.json index a61e192b..fb3da05d 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&weo9lucKMSz3xzM6l3knRepNnyRIzKlaJnP9NDJAk+g=.sha256" + "previous": "&jAAzd36Nmpw0sRA1Dx9wLiIwGX+q//+S/Han+RLlEOw=.sha256" } diff --git a/apps/ssb/tf-user.js b/apps/ssb/tf-user.js index ffd22fec..587e8a6a 100644 --- a/apps/ssb/tf-user.js +++ b/apps/ssb/tf-user.js @@ -21,7 +21,7 @@ class TfUserElement extends LitElement { render() { let user = this.users[this.id]; let shape = - !user?.follow_depth || user.follow_depth >= 2 ? 'w3-circle' : 'w3-round'; + user?.follow_depth === undefined || user.follow_depth >= 2 ? 'w3-circle' : 'w3-round'; let image = html`