Skip to content

Commit

Permalink
more warning notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Sep 6, 2024
1 parent 1f6f867 commit 0de3e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions automod/rules/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"github.com/bluesky-social/indigo/automod"
)

// IMPORTANT: reminder that these are the indigo-edition rules, not production rules
func DefaultRules() automod.RuleSet {
rules := automod.RuleSet{
PostRules: []automod.PostRuleFunc{
Expand Down
1 change: 1 addition & 0 deletions cmd/hepa/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ func NewServer(dir identity.Directory, config Config) (*Server, error) {
flags = flagstore.NewMemFlagStore()
}

// IMPORTANT: reminder that these are the indigo-edition rules, not production rules
extraBlobRules := []automod.BlobRuleFunc{}
if config.HiveAPIToken != "" && config.RulesetName != "no-hive" {
logger.Info("configuring Hive AI image labeler")
Expand Down

0 comments on commit 0de3e30

Please sign in to comment.