I'd have to look around and see what other servers do, sounds like it could be worth it
I'd have to look around and see what other servers do, sounds like it could be worth it
I'd have to look around and see what other servers do, sounds like it could be worth it
@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
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.
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.
@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.
@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.
@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.
@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