Add a task to re-count statuses for all users

This commit is contained in:
Egor Kislitsyn 2019-10-09 13:11:57 +07:00
commit d537bfd4e1
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
3 changed files with 62 additions and 0 deletions

View file

@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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)