nolanlawson / pinafore

Alternative web client for Mastodon (UNMAINTAINED)
https://pinafore.social
GNU Affero General Public License v3.0
1.02k stars 173 forks source link

Feature request: Akkoma bubble timeline #2309

Open gerwitz opened 1 year ago

gerwitz commented 1 year ago

The Akkoma backend offers a timeline called "bubble" (this is a configured aggregation of local timelines from a few designated instances).

I'd like to access this timeline from Pinafore.

easrng commented 1 year ago

I implemented this in my fork but my fork is kinda a mess so it might take some work to upstream it. It wasn't a very complicated process though, the most complicated part was making it fetch nodeinfo to check if it's supported/enabled (i just added it to the instanceinfo so i didn't need to add another store entry).