Merge branch '2.0' into net-http

This commit is contained in:
orangix
2026-01-30 04:06:26 +01:00
3 changed files with 21 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ func HandleTrending(w http.ResponseWriter, r *http.Request) error {
section := r.URL.Query().Get("section")
switch section {
case "hot", "new", "top":
case "hot", "new", "top", "random":
default:
section = "hot"
}