···100100 // see if the post is a reply to a post we are subscribed to
101101 if _, ok := h.parentsToLookFor[post.Reply.Parent.Uri]; ok {
102102 slog.Info("post is a reply to a parent we are subscribed to", "parent URI", post.Reply.Parent.Uri, "did", event.Did, "RKey", event.Commit.RKey)
103103- h.feedGenerator.AddToFeedPosts(fmt.Sprintf("at://%s/app.bsky.feed.post/%s", event.Did, event.Commit.RKey))
103103+ h.feedGenerator.AddToFeedPosts(event.Did, fmt.Sprintf("at://%s/app.bsky.feed.post/%s", event.Did, event.Commit.RKey))
104104 }
105105 }
106106 }