magicalraccoon / tootstream

A command line interface for interacting with Mastodon instances
MIT License
259 stars 32 forks source link

Streaming Notifications #187

Open craigmaloney opened 6 years ago

craigmaloney commented 6 years ago

Since we have streaming in place (see #7) we can now show notifications in the streaming timeline.

Would be nice to have the stream show notifications in real-time. We can hook into the on_notification hook to have it display.

We'd need to re-factor out the notification display piece since notifications use a different format than standard toots. Unfortunately that's all tied into the notification command.