summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIlja <pleroma@spectraltheorem.be>2020-11-13 13:35:46 +0000
committerlain <lain@soykaf.club>2020-11-13 13:35:46 +0000
commit70e4b86250da9ef97a836f497510c36bf22fa905 (patch)
tree5baa3c2b25645f3ad2bfbf004eefa6de69bd4907 /CHANGELOG.md
parent294628d9815d6e7390427c08ff0f8f5b073dc10f (diff)
downloadpleroma-70e4b86250da9ef97a836f497510c36bf22fa905.tar.gz
pleroma-70e4b86250da9ef97a836f497510c36bf22fa905.zip
Make notifs view work for reports
* These are the first small steps for issue 2034 "Reports should send a notification to admins". * I added a new type of notification "pleroma:report" to the the database manually (a migration will need to be written later) * I added the new type to the notification_controller * I made the view return the notification. It doesn't include the report itself (yet)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0b90ff40..c963972c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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).
+- Reports now generate notifications for admins and mods.
- Pleroma API: Importing the mutes users from CSV files.
- Experimental websocket-based federation between Pleroma instances.
- Support pagination of blocks and mutes