Skip to content
Snippets Groups Projects
Commit 4e7bd20e authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Reset fetch in progress when fetch failed

parent b294430f
No related branches found
No related tags found
No related merge requests found
......@@ -542,6 +542,7 @@ EventStore::fetchMore()
mtx::errors::to_string(err->matrix_error.errcode),
err->matrix_error.error,
err->parse_error);
emit fetchedMore();
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment