This repository was archived by the owner on Jan 21, 2022. It is now read-only.
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Add streaming behaviour for buffers #164
Open
Description
Get async streams working with synchronous mastodon-tl--timelines
- Define
mastodon-tl--buffer-spec
such that new toots can be requested - Either get async working with synchronous requests, or write an async version of
mastodon-http--get-json
- Write toggle function to switch between
streaming
and requestingbehaviour
Full implementation depends on #37 for rendering notifications