Merge branch 'add-direct-conversation-id-to-status-show-page' into 'develop'
authorlain <lain@soykaf.club>
Wed, 9 Oct 2019 15:10:08 +0000 (15:10 +0000)
committerlain <lain@soykaf.club>
Wed, 9 Oct 2019 15:10:08 +0000 (15:10 +0000)
Add `pleroma.direct_conversation_id` to `GET /api/v1/statuses/:id`

See merge request pleroma/pleroma!1822

1  2 
CHANGELOG.md

diff --combined CHANGELOG.md
index 759745dd28f0b28896b245915236f955da2dece2,da921b98ea3c2f10047120b470ddff27bd77495f..bd06ec866f9bd6a73306601f17a94ea1fb2e07f4
@@@ -16,7 -16,6 +16,7 @@@ The format is based on [Keep a Changelo
  - OAuth: support for hierarchical permissions / [Mastodon 2.4.3 OAuth permissions](https://docs.joinmastodon.org/api/permissions/)
  - Authentication: Added rate limit for password-authorized actions / login existence checks
  - Metadata Link: Atom syndication Feed
 +- Mix task to re-count statuses for all users (`mix pleroma.count_statuses`)
  
  ### Changed
  - **Breaking:** Elixir >=1.8 is now required (was >= 1.7)
@@@ -28,6 -27,7 +28,7 @@@
  - Admin API: Return link alongside with token on password reset
  - MRF (Simple Policy): Also use `:accept`/`:reject` on the actors rather than only their activities
  - OStatus: Extract RSS functionality
+ - Mastodon API: Add `pleroma.direct_conversation_id` to the status endpoint (`GET /api/v1/statuses/:id`)
  
  ### Fixed
  - Mastodon API: Fix private and direct statuses not being filtered out from the public timeline for an authenticated user (`GET /api/v1/timelines/public`)