From 84a14c399028a268b703d2c2cf873f29977b81c6 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 4 Jan 2025 00:38:54 +0100 Subject: [PATCH] feat: link to profiles; mention need for fedi bridge engagements --- src/pages/tech-bsky-fedi.astro | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/src/pages/tech-bsky-fedi.astro b/src/pages/tech-bsky-fedi.astro index 88520c6..a71b5cb 100644 --- a/src/pages/tech-bsky-fedi.astro +++ b/src/pages/tech-bsky-fedi.astro @@ -72,6 +72,14 @@ const description = > for a handy `.csv` file you can upload to your chosen fedi platform.

+

+ Note that for the bsky accounts to see your replies and likes from fedi, + you have to bridge your account as well by following @bsky.brid.gy@bsky.brid.gy +

+

Accounts ({accountObjects.length})

@@ -95,10 +103,24 @@ const description = /> - {account.bskyHandle} + + + {account.bskyHandle} + + - {account.fediHandle} + + + {account.fediHandle} + + ))