A community based topic aggregation platform built on atproto

Adjusting tribunal/tag threshold minimums

Changed files
+3 -3
internal
atproto
lexicon
social
coves
community
+3 -3
internal/atproto/lexicon/social/coves/community/rules.json
···
"properties": {
"tagThreshold": {
"type": "integer",
-
"minimum": 1,
+
"minimum": 10,
"default": 15,
"description": "Number of tags needed to trigger action"
},
"tribunalThreshold": {
"type": "integer",
-
"minimum": 1,
-
"default": 50,
+
"minimum": 10,
+
"default": 30,
"description": "Number of tags to trigger tribunal review"
},
"jurySize": {