From 2fe43ae68e48b7d8bbf4b115488a3ae7c8896c8a Mon Sep 17 00:00:00 2001 From: Fusl Date: Mon, 2 May 2022 04:04:23 +0000 Subject: [PATCH] forgot to initialize the abool struct --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index d463bd2..f13c58b 100644 --- a/main.go +++ b/main.go @@ -533,6 +533,7 @@ func main() { TrackerRedis: trackerRedisClient, BackfeedRedis: backfeedRedisClient, LegacyRedis: legacyRedisClient, + Populated: abool.New(), } globalBackfeedManager.Context, globalBackfeedManager.Cancel = context.WithCancel(context.Background())