Add missing extended_nickname_format setting to the default config

This commit is contained in:
Mark Felder 2019-10-03 10:40:49 -05:00
commit b8b98ac40f
2 changed files with 3 additions and 1 deletions

View file

@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### 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`)
- Added `:instance, extended_nickname_format` setting to the default config
## [1.1.0] - 2019-??-??
### Security