diff options
author | lain <lain@soykaf.club> | 2024-03-18 06:26:22 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2024-03-18 06:26:22 +0000 |
commit | cf0aa1238ccd137219253d76355f2dc0f89679ac (patch) | |
tree | 7c4392e1686a5ef9e191117805b40c8249a663aa /docs/development | |
parent | 4f7f44ced130fb8f7dd2a3c9b04fea745c860385 (diff) | |
parent | c592a0e58d7207532f2f7be2fff788c9dc695fb5 (diff) | |
download | pleroma-cf0aa1238ccd137219253d76355f2dc0f89679ac.tar.gz pleroma-cf0aa1238ccd137219253d76355f2dc0f89679ac.zip |
Merge branch 'public-polls' into 'develop'
Expose nonAnonymous field from Smithereen polls
See merge request pleroma/pleroma!3962
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 2937b2301..afbe51809 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. The `GET /api/v1/statuses/:id/source` endpoint additionally has the following attributes: |