diff options
author | Sachin Joshi <satchin.joshi@gmail.com> | 2019-05-13 23:50:33 +0545 |
---|---|---|
committer | Sachin Joshi <satchin.joshi@gmail.com> | 2019-05-14 00:13:15 +0545 |
commit | 7701a4c84191a445e0b62e8a241e8af86f86e16a (patch) | |
tree | b17517c7bfe0829f3ab31c52399edad451dedf9d /CHANGELOG.md | |
parent | 16cb9e5f1cae84322bd7953e58b438f3b4bd8b9c (diff) | |
download | pleroma-7701a4c84191a445e0b62e8a241e8af86f86e16a.tar.gz pleroma-7701a4c84191a445e0b62e8a241e8af86f86e16a.zip |
Make irreversible field default to false in filters
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c9538b0..76e6f6b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -92,6 +92,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Mastodon API: Handling of `reblogs` in `/api/v1/accounts/:id/follow` - Mastodon API: Correct `reblogged`, `favourited`, and `bookmarked` values in the reblog status JSON - Mastodon API: Exposing default scope of the user to anyone +- Mastodon API: Make `irreversible` field default to `false` [`POST /api/v1/filters`] ## [0.9.9999] - 2019-04-05 ### Security |