@aral hey, just a heads up, your code sample for websockets at: https://codeberg.org/kitten/app#updates-socket will no longer work in v4.2 of mastodon, as unauthenticated access to the streaming API has been removed.
@thisismissem Thanks so much, I was aware they were going to do it, just wasn’t sure when. It’s a damn shame for educational examples like this, but hey!
@thisismissem I wanted to keep it simple as a sample app but yes, good point. (But moot currently as I’ll be redoing without using Mastodon as the data source.)
@aral oh, also, you should really handle the `delete` events there too, otherwise you'll end up potentially showing deleted statuses, which at minimum would be a privacy issue.