* Extract link header values.
* Expose response link header to a new type.
* Add tests for Mastodon.http.extractLinks.
* WiP
* Wrap decoded content and links into a new Response type.
* Update MastodonMsg handlers so they handle responses.
* Remove debug statements.
* Add edge case to tests.
* Add missing TODO comment.
* Simplifies Mastodon.Http signatures
* Paginate the user timeline.
* I lost my mind. May revert.
* Updated Http API to be more explicit.
* Fuck namespaces.
* Cosmetics.
* I'm burnt out, lost 10 pounds, but it works.
* Fix qs param for local tl was appended to link url.
* Fix my own mediocrity.
* Fix oauth endpoints.
* Fix Link header case handling with Firefox.
* Add test case for link header name case handling.
* Get @mention in model
* Add autocomplete logic
* Get accounts to autocomplete from the server
* Add autocomplete css
* Check if we should show menu on account search
* Add keyboard events
* Update status with completed username
* Trigger autocomplete when getting accounts back
* Highlight choices on hover
* Put focus on textarea after updating it
* Fix clear draft
* Hit the server only on non empty query
* Lazzzzzzzzzzzzzzzzyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
* Add missing lazy
* Add keyboard subscriptions
* Add images and display name
* Better menu visibility handling
* Add lazy to notifications
* Js formatting.
* Improve styles.
* Add unique keys to costly lists.
* Fix tests.
* Coding style nits.
* Use the encodeUrl helper in ApiUrl.
* Nanonit.
* Improve autocomplete box styling.
* CamelCase draft record
* Move all autocomplete stuff to Draft
* Send status to ports with the reply prefix.
* Clear draft after posting a status.
* Move ports setStatus call to a dedicated Command helper.
* Naming.
* Fix navigation with arrow keys in textarea
* Always autoselect the first item of the menu