Reset fetch in progress when fetch failed
This commit is contained in:
parent
b294430fe5
commit
4e7bd20e0c
1 changed files with 1 additions and 0 deletions
|
|
@ -542,6 +542,7 @@ EventStore::fetchMore()
|
|||
mtx::errors::to_string(err->matrix_error.errcode),
|
||||
err->matrix_error.error,
|
||||
err->parse_error);
|
||||
emit fetchedMore();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue