A feed generator that allows Bluesky bookmarks via DMs
0
fork

Configure Feed

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

debugging

+4
+4
handler.go
··· 51 51 return nil 52 52 } 53 53 54 + if event.Did == myDid { 55 + slog.Info("event from my did", "event", event.Commit.Record) 56 + } 57 + 54 58 var post apibsky.FeedPost 55 59 if err := json.Unmarshal(event.Commit.Record, &post); err != nil { 56 60 // ignore this