* Connect to the websocket API
* Enable user timeline update through websockets
* Update elm-html-parser to latest
* Listem to local and global timelines
* Subscribe to global timeline only if it's displayed
* Some review changes
* Add elm-test and test notification aggregates
* Add new follow notification
* Fex addNotificationToAggregates
* Add test
* Clarify logic
* Update local and global timelines using WS
I've renamed the "public" timeline to "global", and removed the HTTP
reload of the user timeline when posting a Toot. We only rely on
websockets now.
* Display user account information in console
* Review's modifications
* Load user on mention click
* Display account information
* Reviews
* Undo messy refactoring
* Remove unused function
When you publish a toot the client name is associated to the toot.
By defining the `website` parameter in Mastodon model, it is automatically associated.