From 5bdf970c10c10b212cf76525ed682bce53a6495a Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 13 Nov 2024 19:23:04 -0500 Subject: [PATCH] ssb: Don't list broadcasts for identities to which we are already connected. --- apps/ssb.json | 2 +- apps/ssb/tf-tab-connections.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/ssb.json b/apps/ssb.json index 315c1abe..b1555ede 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🐌", - "previous": "&olI6SRBA/dThYusGLGhZ9T2nFKyGB9r+/kb7bJxa4gg=.sha256" + "previous": "&tL1A9Kt6d8wGwBFPAq5V5GtMqOatVCzuLIG6wwJhdyI=.sha256" } diff --git a/apps/ssb/tf-tab-connections.js b/apps/ssb/tf-tab-connections.js index a0bc4e79..7cc49407 100644 --- a/apps/ssb/tf-tab-connections.js +++ b/apps/ssb/tf-tab-connections.js @@ -227,6 +227,7 @@ class TfTabConnectionsElement extends LitElement {

Connections