diff --git a/apps/ssb.json b/apps/ssb.json index 0566d638..6c272ef9 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🦀", - "previous": "&J6o2XRWWAirhnQbEa6Pi0QvAex6jTH1o23npX7x82aY=.sha256" + "previous": "&ZKixAk7qZ3OfnjvCoyT1MC7qYVpUz0ngaAozr11xihs=.sha256" } diff --git a/apps/ssb/tf-tab-news.js b/apps/ssb/tf-tab-news.js index 132438e5..d33b9af2 100644 --- a/apps/ssb/tf-tab-news.js +++ b/apps/ssb/tf-tab-news.js @@ -216,16 +216,18 @@ class TfTabNewsElement extends LitElement { )}

Connections

- ${this.connections.map( - (x) => html` - - ` - )} + ${this.connections + .filter((x) => x.id && !x.destroy_reason) + .map( + (x) => html` + + ` + )}

Suggested Follows

${this.suggested_follows().map( (x) => html`