[solved] DM list in timeline

In the timeline “Direct Messages” the list is empty and I get 404 errors.
The network check tells me that a following link is called:

https://example.com/api/v1/timelines/direct?with_muted=true&limit=20

but this call gives an JSON Error:

error "Not implemented"

How to fix it?

In Changelog for 2026.05 (3.19.0) I read:

for the same reason GET /api/v1/timelines/direct was removed too

Ok - but how to get a list of DM’s now? Or is this change missing in akkoma-fe frontend ?

I am running the stable versions.

Found the problem
In configuration frontend akkoma-fe was set to “develop” - switched back to “stable” and DM’s are displayed again.