jointakahe / takahe

An ActivityPub/Fediverse server
BSD 3-Clause "New" or "Revised" License
1.1k stars 83 forks source link

Implement markers and lists #707

Open dcwatson opened 2 months ago

dcwatson commented 2 months ago

See https://docs.joinmastodon.org/methods/markers/ and https://docs.joinmastodon.org/methods/lists/ (and various other list APIs in accounts and timelines).

I think the trickiest thing with this is the replies policy for lists, implemented in TimelineService.for_list -- if anyone has a good handle on how exactly that works in Mastodon, a second set of eyes would be good. I think it's right, but the documentation is a bit sparse.