···89899090 var post apibsky.FeedPost
9191 if err := json.Unmarshal(event.Commit.Record, &post); err != nil {
9292- return fmt.Errorf("failed to unmarshal post: %w", err)
9292+ // ignore this
9393+ return nil
9394 }
94959596 // we only care about posts that have parents which are replies
···126127 if err := json.Unmarshal(event.Commit.Record, &post); err != nil {
127128 // ignore this
128129 return nil
130130+ }
131131+132132+ if event.Did == "did:plc:dadhhalkfcq3gucaq25hjqon" {
133133+ slog.Info("delete event received", "post", fmt.Sprintf("%+v", post))
129134 }
130135131136 // we only care about posts that have parents which are replies