From 7badad7797b487b411a2ab34e0f7413741974bb4 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 17 Jan 2018 23:56:03 +0100 Subject: Fix home regeneration (#6251) * Fix regeneration marker not being removed after completion * Return HTTP 206 from /api/v1/timelines/home if regeneration in progress Prioritize RegenerationWorker by putting it into default queue * Display loading indicator and poll home timeline while it regenerates * Add graphic to regeneration message * Make "not found" indicator consistent with home regeneration --- app/javascript/images/mastodon-not-found.png | Bin 19560 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 app/javascript/images/mastodon-not-found.png (limited to 'app/javascript/images/mastodon-not-found.png') diff --git a/app/javascript/images/mastodon-not-found.png b/app/javascript/images/mastodon-not-found.png deleted file mode 100644 index 76108d41f..000000000 Binary files a/app/javascript/images/mastodon-not-found.png and /dev/null differ -- cgit