[misskey] add 'text-posts' option (#8516)
do not request text-only notes by default
This commit is contained in:
@@ -4187,6 +4187,16 @@ Description
|
||||
Fetch media from replies to other notes.
|
||||
|
||||
|
||||
extractor.[misskey].text-posts
|
||||
------------------------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Also retrieve text-only notes without media content.
|
||||
|
||||
|
||||
extractor.[moebooru].pool.metadata
|
||||
----------------------------------
|
||||
Type
|
||||
|
||||
@@ -1081,7 +1081,8 @@
|
||||
"access-token": null,
|
||||
"include" : ["notes"],
|
||||
"renotes" : false,
|
||||
"replies" : true
|
||||
"replies" : true,
|
||||
"text-posts" : false
|
||||
},
|
||||
|
||||
"Nijie":
|
||||
|
||||
Reference in New Issue
Block a user