this repo has no description
0
fork

Configure Feed

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

fix typo

+1 -1
+1 -1
cmd/automod/rules.go
··· 66 66 goodCount = goodCount + 1 67 67 } else if vote == BadBot { 68 68 c.IncrementDistinct("bad-bot", subjectDID.String(), authorDID.String()) 69 - badCount = goodCount + 1 69 + badCount = badCount + 1 70 70 } 71 71 72 72 c.Logger.Warn("valid bot assessment", "vote", vote, "goodCount", goodCount, "badCount", badCount, "subjectLabels", subjectMeta.AccountLabels)