diff options
author | lain <lain@soykaf.club> | 2024-03-18 10:35:02 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-03-18 10:35:02 +0000 |
commit | 2b71f4897fd95e2a6d95e092956266aea2a003db (patch) | |
tree | 026686b46650859a3dddba5df432562da0a5a724 /docs/development/API | |
parent | d415686bb9248e1c5b8913b7c3b96f74e9b8f230 (diff) | |
parent | cf0aa1238ccd137219253d76355f2dc0f89679ac (diff) | |
download | pleroma-2b71f4897fd95e2a6d95e092956266aea2a003db.tar.gz pleroma-2b71f4897fd95e2a6d95e092956266aea2a003db.zip |
Merge branch 'develop' into 'bookmark-folders'
# Conflicts:
# docs/development/API/differences_in_mastoapi_responses.md
Diffstat (limited to 'docs/development/API')
-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 d72717483..e3b6a3c77 100644 --- a/docs/development/API/differences_in_mastoapi_responses.md +++ b/docs/development/API/differences_in_mastoapi_responses.md @@ -40,6 +40,7 @@ Has these additional fields under the `pleroma` object: - `parent_visible`: If the parent of this post is visible to the user or not. - `pinned_at`: a datetime (iso8601) when status was pinned, `null` otherwise. - `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). The `GET /api/v1/statuses/:id/source` endpoint additionally has the following attributes: |