this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ignore failed to unmarshal post errors

+1 -1
+1 -1
consumer.go
··· 124 124 125 125 var post apibsky.FeedPost 126 126 if err := json.Unmarshal(event.Commit.Record, &post); err != nil { 127 - return fmt.Errorf("failed to unmarshal post: %w", err) 127 + slog.Error("failed to unmarshal post - skipping", "error", err) 128 128 } 129 129 130 130 // we only care about posts that have parents which are replies