A community based topic aggregation platform built on atproto
1{
2 "$type": "social.coves.community.rules",
3 "postTypes": {
4 "allowText": true,
5 "allowVideo": false,
6 "allowImage": true,
7 "allowArticle": true,
8 "allowMicroblog": false
9 },
10 "customTags": ["announcement", "pinned"],
11 "moderationConfig": {
12 "$type": "social.coves.community.rules#moderatorModeration",
13 "negativeTags": ["spam", "hostile", "offtopic", "misleading"],
14 "customNegativeTags": ["loweffort"],
15 "hideThreshold": 20
16 }
17}