[misskey] implement 'include' option (#5347)

This commit is contained in:
Mike Fährmann
2025-06-06 20:52:03 +02:00
parent 5cd3f3977e
commit 3e423937d2
7 changed files with 96 additions and 17 deletions

View File

@@ -3509,6 +3509,29 @@ Description
Your access token, necessary to fetch favorited notes.
extractor.[misskey].include
---------------------------
Type
* ``string``
* ``list`` of ``strings``
Default
``"notes"``
Example
* ``"avatar,background,notes"``
* ``["avatar", "background", "notes"]``
Description
A (comma-separated) list of subcategories to include
when processing a user profile.
Possible values are
``"info"``,
``"avatar"``,
``"background"``,
``"notes"``,
It is possible to use ``"all"`` instead of listing all values separately.
extractor.[misskey].renotes
---------------------------
Type

View File

@@ -913,6 +913,7 @@
"misskey":
{
"access-token": null,
"include" : ["notes"],
"renotes" : false,
"replies" : true
},

View File

@@ -1424,25 +1424,25 @@ Consider all listed sites to potentially be NSFW.
<tr>
<td>Misskey.io</td>
<td>https://misskey.io/</td>
<td>Avatars, Backgrounds, Favorites, Followed Users, User Profile Information, Images from Notes, User Profiles</td>
<td>Avatars, Backgrounds, Favorites, Followed Users, User Profile Information, Notes, User Notes, User Profiles</td>
<td></td>
</tr>
<tr>
<td>Misskey.design</td>
<td>https://misskey.design/</td>
<td>Avatars, Backgrounds, Favorites, Followed Users, User Profile Information, Images from Notes, User Profiles</td>
<td>Avatars, Backgrounds, Favorites, Followed Users, User Profile Information, Notes, User Notes, User Profiles</td>
<td></td>
</tr>
<tr>
<td>Lesbian.energy</td>
<td>https://lesbian.energy/</td>
<td>Avatars, Backgrounds, Favorites, Followed Users, User Profile Information, Images from Notes, User Profiles</td>
<td>Avatars, Backgrounds, Favorites, Followed Users, User Profile Information, Notes, User Notes, User Profiles</td>
<td></td>
</tr>
<tr>
<td>Sushi.ski</td>
<td>https://sushi.ski/</td>
<td>Avatars, Backgrounds, Favorites, Followed Users, User Profile Information, Images from Notes, User Profiles</td>
<td>Avatars, Backgrounds, Favorites, Followed Users, User Profile Information, Notes, User Notes, User Profiles</td>
<td></td>
</tr>