FEATURE: enable tagging by default (#13175)

Over the years we have found that a few communities never discovered tags.

Instead of having them default off we now have them default on, ensuring
that everyone finds out about them.

Co-authored-by: Dan Ungureanu <dan@ungureanu.me>
This commit is contained in:
Sam
2021-06-08 01:07:46 +10:00
committed by GitHub
parent 3477c8a2a9
commit 435c4817cb
5 changed files with 57 additions and 4 deletions

View File

@@ -279,6 +279,36 @@
"type": "array",
"items": [
]
},
"watching_tags": {
"type": "array",
"items": [
]
},
"watching_first_post_tags": {
"type": "array",
"items": [
]
},
"tracking_tags": {
"type": "array",
"items": [
]
},
"regular_tags": {
"type": "array",
"items": [
]
},
"muted_tags": {
"type": "array",
"items": [
]
}
},