changelog: mention (repeated) deprecation of dm timeline
Some checks failed
ci/woodpecker/pr/test/2 Pipeline failed
ci/woodpecker/push/publish/4 Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/publish/1 Pipeline was successful
ci/woodpecker/push/publish/2 Pipeline was successful
Some checks failed
ci/woodpecker/pr/test/2 Pipeline failed
ci/woodpecker/push/publish/4 Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/publish/1 Pipeline was successful
ci/woodpecker/push/publish/2 Pipeline was successful
As discussed on IRC this is already buggy on large instnaces and conflicts with future cleanup and optimisation work. The only remaining users currently appear to be Pleroma-derived web frontends, namely akkoma-fe, pleroma-fe, pl-fe and Mangane. We will switch akkoma-fe over to conversations before the actual removal.
This commit is contained in:
parent
3a04241e3b
commit
6c1afa42d2
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
## Unreleased
|
||||
### REMOVED
|
||||
- DEPRECATE `/api/v1/timelines/direct`.
|
||||
Technically this was already deprecated, given we extend mastodon 2.7.2 API
|
||||
and Mastodon already deprecated it in 2.6.0 before removing it in 3.0.0.
|
||||
But now we have concrete plans to remove this endpoint in a coming release.
|
||||
The few remaining useres should switch to the conversations API.
|
||||
- DEPRECATE `config :pleroma, :instance, skip_thread_containment: false`.
|
||||
It is due to be removed in one of the next releases if no strong arguments for keeping it are brought up.
|
||||
It is already semi-broken for large threads and conflicts with pending optimisation and cleanup work.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue