aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-async.el
Commit message (Collapse)AuthorAgeFilesLines
* typo in async http-layer, unless in http process-json, typo in readmmousebot2021-06-211-1/+1
|
* fix async "local" endpoint, docstringsmousebot2021-06-071-4/+4
|
* handle error on kill async buffer, begin same on borked JSON.mousebot2021-06-051-18/+14
|
* enable async stream for user notifications.mousebot2021-06-031-27/+56
| | | | creates a notifications filter for the 'user' stream, then handles display of notifications, which have their own timeline funs.
* add basic live updates of home/local/federated timelines.mousebot2021-06-011-0/+332
the code, mastodon-async.el is taken from https://github.com/alexjgriffith/mastodon-future.el and only slightly modified to make the home stream work.