summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-10-08 20:01:48 -0500
committerAlex Gleason <alex@alexgleason.me>2020-10-08 20:07:03 -0500
commit9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8 (patch)
tree09c9f91c703d50752d10289611bec838772eaf3a /CHANGELOG.md
parent3f9263fb16ad519d2dd45106549a8ba42b68fc1f (diff)
downloadpleroma-9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8.tar.gz
pleroma-9c672ecbb5d4477cd16d2139a2cb66d3923ac5c8.zip
Remote Timeline: add Streaming support
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 8fc1750d1..0eeffb72f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- 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
+- Ability to view remote timelines, with ex. `/api/v1/timelines/public?instance=lain.com` and streams `public:remote` and `public:remote:media`
### Changed