this repo has no description
0
fork

Configure Feed

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

add some logging to work out the URI

+2
+2
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 90 92 h.feedGenerator.AddToFeed(fmt.Sprintf("at://%s", event.Did)) 91 93 } 92 94 }