Merge branch 'exclude-visibilities-for-timelines' into 'develop'
authorfeld <feld@feld.me>
Mon, 14 Oct 2019 19:40:40 +0000 (19:40 +0000)
committerfeld <feld@feld.me>
Mon, 14 Oct 2019 19:40:40 +0000 (19:40 +0000)
Mastodon API: Add `exclude_visibilities` parameter to the timeline and notification endpoints

See merge request pleroma/pleroma!1818

1  2 
CHANGELOG.md

diff --combined CHANGELOG.md
index a9f124a8acfe467d334c9892324565c13254c535,e3839391b59a9519af06e5674ec809ee00b0db20..e3ccfa4ea696cf33512175bd9a3d84709b964eb4
@@@ -17,6 -17,7 +17,7 @@@ The format is based on [Keep a Changelo
  - 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`)
+ - Mastodon API: Add `exclude_visibilities` parameter to the timeline and notification endpoints
  
  ### Changed
  - **Breaking:** Elixir >=1.8 is now required (was >= 1.7)
@@@ -37,7 -38,6 +38,7 @@@
  - Report emails now include functional links to profiles of remote user accounts
  
  ## [1.1.0] - 2019-??-??
 +**Breaking:** The stable branch has been changed from `master` to `stable`, `master` now points to `release/1.0`
  ### Security
  - Mastodon API: respect post privacy in `/api/v1/statuses/:id/{favourited,reblogged}_by`