mirror of
https://github.com/mastodon/mastodon.git
synced 2026-09-18 13:13:03 -05:00
* Periodically save timeline markers This saves timeline markers immediately upon message arrival, but not more than once every 5 minutes. This does not change how the markers are saved on closing the window, except that it avoids submitting them if there is no need for it. * Use the Fetch API when possible instead of XHR on window unload