···124124125125 var post apibsky.FeedPost
126126 if err := json.Unmarshal(event.Commit.Record, &post); err != nil {
127127- return fmt.Errorf("failed to unmarshal post: %w", err)
127127+ slog.Error("failed to unmarshal post - skipping", "error", err)
128128 }
129129130130 // we only care about posts that have parents which are replies