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