Reset fetch in progress when fetch failed
This commit is contained in:
parent
b294430fe5
commit
4e7bd20e0c
@ -542,6 +542,7 @@ EventStore::fetchMore()
|
|||||||
mtx::errors::to_string(err->matrix_error.errcode),
|
mtx::errors::to_string(err->matrix_error.errcode),
|
||||||
err->matrix_error.error,
|
err->matrix_error.error,
|
||||||
err->parse_error);
|
err->parse_error);
|
||||||
|
emit fetchedMore();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user