You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/public/routes.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4713,7 +4713,7 @@
4713
4713
"board": "4chan board",
4714
4714
"routeParams": "extra parameters, see the table above"
4715
4715
},
4716
-
"description": "Specify options (in the format of query string) in parameter `routeParams` to control some extra features for Tweets\n\n| Key | Description | Accepts | Defaults to |\n| ----------------- | ------------------------------------------------ | ---------------------- | ----------- |\n| `showReplyCount` | Show number of replies of each thread in catalog | `0`/`1`/`true`/`false` | `false` |\n| `showLastReplies` | Show last 5 replies of each thread | `0`/`1`/`true`/`false` | `false` |\n| `revealSpoilers` | Don't wrap images tagged as spoilers | `0`/`1`/`true`/`false` | `false` |",
4716
+
"description": "Specify options (in the format of query string) in parameter `routeParams` to control extra features for threads\n\n| Key | Description | Accepts | Defaults to |\n| ----------------- | ------------------------------------------------ | ---------------------- | ----------- |\n| `showReplyCount` | Show number of replies of each thread in catalog | `0`/`1`/`true`/`false` | `false` |\n| `showLastReplies` | Show last 5 replies of each thread | `0`/`1`/`true`/`false` | `false` |\n| `revealSpoilers` | Don't wrap images tagged as spoilers | `0`/`1`/`true`/`false` | `false` |\n| `excludeSticky` | Filter out sticky threads | `0`/`1`/`true`/`false` | `false` |\n| `minReplies` | Minimum replies per thread | Integer | None |\n| `maxReplies` | Maximum replies per thread | Integer | None |",
0 commit comments