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.

v2.0.0-rc


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

+1 -1
+1 -1
src/chilp/widget.gleam
··· 723 723 case response { 724 724 Ok(threadview) -> BskyIncomingThreadView(threadview) 725 725 Error(rsvperror) -> 726 - case echo rsvperror { 726 + case rsvperror { 727 727 rsvp.UnhandledResponse(_) | rsvp.JsonError(_) | rsvp.BadBody -> 728 728 AllStoppingError( 729 729 "The response body we got back from Bluesky was misformed.",