- Mix tasks for controlling user account confirmation status in bulk (`mix pleroma.user confirm_all` and `mix pleroma.user unconfirm_all`)
- Mix task for sending confirmation emails to all unconfirmed users (`mix pleroma.email send_confirmation_mails`)
- Mix task option for force-unfollowing relays
+ - Media preview proxy (requires `ffmpeg` and `ImageMagick` to be installed and media proxy to be enabled; see `:media_preview_proxy` config for more details).
+ - Pleroma API: Importing the mutes users from CSV files.
+ - Experimental websocket-based federation between Pleroma instances.
+- `[:activitypub, :blockers_visible]` config to control visibility of blockers.
### Changed
- Add documented-but-missing chat pagination.
- Allow sending out emails again.
+- See your own post when addressing a user from a blocked domain.
+ - Allow sending chat messages to yourself
## Unreleased (Patch)