[bluesky] default to /posts if reposts/quoted is enabled (#6583)

This commit is contained in:
Mike Fährmann
2024-12-13 22:19:46 +01:00
parent 85a37ca039
commit 94d7df186f
3 changed files with 17 additions and 3 deletions

View File

@@ -1455,7 +1455,10 @@ Type
* ``string``
* ``list`` of ``strings``
Default
``"media"``
* ``"posts"`` if
`reposts <extractor.bluesky.reposts_>`__ or
`quoted <extractor.bluesky.quoted_>`__ is enabled
* ``"media"`` otherwise
Example
* ``"avatar,background,posts"``
* ``["avatar", "background", "posts"]``
@@ -1464,6 +1467,7 @@ Description
when processing a user profile.
Possible values are
``"info"``,
``"avatar"``,
``"background"``,
``"posts"``,