[reddit] add 'limit' option (#7997 #8012 #8092)

change default value from 100 to null,
i.e. don't send a 'limit' parameter
This commit is contained in:
Mike Fährmann
2025-08-28 22:55:29 +02:00
parent 2eca790c87
commit de05453707
3 changed files with 20 additions and 2 deletions

View File

@@ -632,6 +632,7 @@
"date-format" : "%Y-%m-%dT%H:%M:%S",
"id-min" : null,
"id-max" : null,
"limit" : null,
"previews" : true,
"recursion" : 0,
"selftext" : null,