this repo has no description
0
fork

Configure Feed

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

bump young account reply limit to 12 (#589)

authored by

bnewbold and committed by
GitHub
302801af d6ed4eb6

+1 -1
+1 -1
automod/rules/replies.go
··· 79 79 return nil 80 80 } 81 81 82 - var youngReplyAccountLimit = 6 82 + var youngReplyAccountLimit = 12 83 83 var _ automod.PostRuleFunc = YoungAccountDistinctRepliesRule 84 84 85 85 func YoungAccountDistinctRepliesRule(c *automod.RecordContext, post *appbsky.FeedPost) error {