Home | Notifications | New Note | Local | Federated | Search | Logout
Note Detail
Reply to @harblinger@wizard.casa
silverpill@silverpill@mitra.social (2026-07-15 04:00:23)
@harblinger @sun What do you need it for? Mastodon has Streaming API https://docs.joinmastodon.org/methods/streaming/
I haven't implemented it because I prefer old fashioned HTTP polling
---Reply---
Harblinger@harblinger@wizard.casa (2026-07-15 04:17:52)
I figured that was the Mitra vibe (polling)
and it's not really needed, just the convo went that direction after pointing out how chan-fe needs to walk threads hitting the statuses api a ton to calculate bump order from replies. Definitely not a priority imo, but could make things a bit snappier, and push notifs would be nice, etc.
Reply
---Replies---
silverpill@silverpill@mitra.social (2026-07-15 04:28:16)
@harblinger So you need an API endpoint for getting latest replies for a bunch of threads at once?
Let's add it.
I am not against real time API but that would require much more work.