this repo has no description
0
fork

Configure Feed

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

ok try this log

+2 -3
+2 -3
consumer.go
··· 87 87 88 88 if post.Reply != nil && post.Reply.Parent != nil && post.Reply.Parent.Uri != "" { 89 89 if slices.Contains(h.parentsToLookFor, post.Reply.Parent.Uri) { 90 - slog.Info("Event", "data", fmt.Sprintf("%+v", event)) 91 - // TODO: need to try and work out the URI 92 - h.feedGenerator.AddToFeed(fmt.Sprintf("at://%s", event.Did)) 90 + slog.Info("Event", "data", fmt.Sprintf("%+v", event.Commit)) 91 + h.feedGenerator.AddToFeed(fmt.Sprintf("at://%s/app.bsky.feed.post/%s", event.Did, event.Commit.RKey)) 93 92 } 94 93 } 95 94 }