···7878 slog.Info("post is a reply to a post that users are subscribed to", "subscribed post URI", subscribedPostURI, "dids", subscribedDids, "RKey", event.Commit.RKey)
79798080 replyPostURI := fmt.Sprintf("at://%s/app.bsky.feed.post/%s", event.Did, event.Commit.RKey)
8181- h.createFeedPostForSubscribedUsers(subscribedDids, subscribedPostURI, replyPostURI)
8181+ h.createFeedPostForSubscribedUsers(subscribedDids, replyPostURI, subscribedPostURI)
8282 return nil
8383}
8484