summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2024-03-18 06:26:22 +0000
committerlain <lain@soykaf.club>2024-03-18 06:26:22 +0000
commitcf0aa1238ccd137219253d76355f2dc0f89679ac (patch)
tree7c4392e1686a5ef9e191117805b40c8249a663aa /docs
parent4f7f44ced130fb8f7dd2a3c9b04fea745c860385 (diff)
parentc592a0e58d7207532f2f7be2fff788c9dc695fb5 (diff)
downloadpleroma-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')
-rw-r--r--docs/development/API/differences_in_mastoapi_responses.md1
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: