···87878888 if post.Reply != nil && post.Reply.Parent != nil && post.Reply.Parent.Uri != "" {
8989 if slices.Contains(h.parentsToLookFor, post.Reply.Parent.Uri) {
9090+ slog.Info("Event", "data", fmt.Sprintf("%+v", event))
9191+ // TODO: need to try and work out the URI
9092 h.feedGenerator.AddToFeed(fmt.Sprintf("at://%s", event.Did))
9193 }
9294 }