[misskey] implement 'order-posts' option (#8516)

This commit is contained in:
Mike Fährmann
2025-12-13 21:01:40 +01:00
parent 8f621b32bd
commit a53cc87b72
3 changed files with 41 additions and 10 deletions

View File

@@ -4252,6 +4252,21 @@ Note
It is possible to use ``"all"`` instead of listing all values separately.
extractor.[misskey].order-posts
-------------------------------
Type
``string``
Default
``"desc"``
Description
Controls the order in which posts are processed.
``"asc"`` | ``"reverse"``
Ascending order (oldest first)
``"desc"``
Descending order (newest first)
extractor.[misskey].renotes
---------------------------
Type

View File

@@ -1094,6 +1094,7 @@
"date-min" : null,
"date-max" : null,
"include" : ["notes"],
"order-posts" : "desc",
"renotes" : false,
"replies" : true,
"text-posts" : false