summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-04-15 21:19:43 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-04-15 21:19:43 +0300
commit4b3b1fec4e57bd07ac75700bf34cd188ce43b545 (patch)
treeaa8ea05fa7740b34fe80edf77e448fa0cda7e445 /CHANGELOG.md
parentb1c1d2e5e1e1c43a068a7223f9ba69c689c878a3 (diff)
downloadpleroma-4b3b1fec4e57bd07ac75700bf34cd188ce43b545.tar.gz
pleroma-4b3b1fec4e57bd07ac75700bf34cd188ce43b545.zip
added an endpoint for getting unread notification count
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 56b235f6d..3f7fc1802 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -123,6 +123,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Mastodon API: `pleroma.thread_muted` to the Status entity
- Mastodon API: Mark the direct conversation as read for the author when they send a new direct message
- Mastodon API, streaming: Add `pleroma.direct_conversation_id` to the `conversation` stream event payload.
+- Mastodon API: Add `pleroma.unread_count` to the Marker entity
- Admin API: Render whole status in grouped reports
- Mastodon API: User timelines will now respect blocks, unless you are getting the user timeline of somebody you blocked (which would be empty otherwise).
- Mastodon API: Favoriting / Repeating a post multiple times will now return the identical response every time. Before, executing that action twice would return an error ("already favorited") on the second try.