this repo has no description
0
fork

Configure Feed

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

more warning notes

+2
+1
automod/rules/all.go
··· 4 4 "github.com/bluesky-social/indigo/automod" 5 5 ) 6 6 7 + // IMPORTANT: reminder that these are the indigo-edition rules, not production rules 7 8 func DefaultRules() automod.RuleSet { 8 9 rules := automod.RuleSet{ 9 10 PostRules: []automod.PostRuleFunc{
+1
cmd/hepa/server.go
··· 166 166 flags = flagstore.NewMemFlagStore() 167 167 } 168 168 169 + // IMPORTANT: reminder that these are the indigo-edition rules, not production rules 169 170 extraBlobRules := []automod.BlobRuleFunc{} 170 171 if config.HiveAPIToken != "" && config.RulesetName != "no-hive" { 171 172 logger.Info("configuring Hive AI image labeler")