We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93dd65 commit b367154Copy full SHA for b367154
src/util/LegacyMapper.ts
@@ -130,10 +130,10 @@ class LegacyMapper {
130
3: "1",
131
4: "0",
132
7: "1.0",
133
- 9: "Off", // Turn Auto Pilot Off
+ 9: "On", // Turn Auto Pilot Off
134
78: "Development", // Forum Type - value doesn't matter
135
- 10: "Off", // Turn status notification off
136
- 11: "Off", // Turn timeline notification off
+ 10: "On", // Turn status notification off
+ 11: "On", // Turn timeline notification off
137
12: "Yes", // Public -> Yes (make it dynamic)
138
13: "Yes", // Rated -> Yes (make it dynamic)
139
14: "Open", // Eligibility -> Open (value doesn't matter)
0 commit comments