Allows you to use Mastodon and Bluesky comments on your Lustre blog hexdocs.pm/chilp/
blog gleam lustre indieweb mastodon bluesky comments
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix bluesky comment link


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+4 -1
+4 -1
src/chilp/widget.gleam
··· 1144 1144 )) -> 1145 1145 CoalescedView( 1146 1146 content_url: "https://bsky.app/profile/" 1147 - <> string.replace(at_uri, "/app.bsky.feed.post/", "/post/"), 1147 + <> { 1148 + string.replace(at_uri, "/app.bsky.feed.post/", "/post/") 1149 + |> string.replace("at://", "") 1150 + }, 1148 1151 created_at:, 1149 1152 author_profile_link: "https://bluesky.app/profile/" <> author_did, 1150 1153 source: "Bluesky",