diff --git a/stats.go b/stats.go index e224d50..95af607 100644 --- a/stats.go +++ b/stats.go @@ -71,7 +71,7 @@ func parseToot(status *mastodon.Status, stats *stats) error { if status.InReplyToID == nil { contexts, err := client.GetStatusContext(context.Background(), status.ID) if err != nil { - panic(err) + return err } // handle replies for this status