diff options
author | marcin mikołajczak <me@mkljczk.pl> | 2024-09-14 17:46:09 +0000 |
---|---|---|
committer | marcin mikołajczak <me@mkljczk.pl> | 2024-09-14 17:46:09 +0000 |
commit | 0111659a1f8e637b046c905551d7d5251d6c2efa (patch) | |
tree | f84b43becfd45898ebad02eb7afe789ef7337c77 /docs/development | |
parent | abf38b405d8d517269adc88564756ffd34f11297 (diff) | |
parent | 6d5ae4d2e91f8ea75115c0ffcdd1d94a24c9dc31 (diff) | |
download | pleroma-0111659a1f8e637b046c905551d7d5251d6c2efa.tar.gz pleroma-0111659a1f8e637b046c905551d7d5251d6c2efa.zip |
Merge branch 'list-id-visibility' into 'develop'
Include list id in StatusView
See merge request pleroma/pleroma!4246
Diffstat (limited to 'docs/development')
-rw-r--r-- | docs/development/API/differences_in_mastoapi_responses.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/API/differences_in_mastoapi_responses.md b/docs/development/API/differences_in_mastoapi_responses.md index 41464e802..3bf8637f8 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -42,6 +42,7 @@ Has these additional fields under the `pleroma` object: - `quotes_count`: the count of status quotes. - `non_anonymous`: true if the source post specifies the poll results are not anonymous. Currently only implemented by Smithereen. - `bookmark_folder`: the ID of the folder bookmark is stored within (if any). +- `list_id`: the ID of the list the post is addressed to (if any, only returned to author). The `GET /api/v1/statuses/:id/source` endpoint additionally has the following attributes: |