summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-07-25 19:38:56 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-07-25 19:38:56 +0200
commit4e7bd20e0cd38c014824626d2f106c00ec12c31a (patch)
treee229270feb815db4f70d07e5fc9467af9d25ffc5 /src
parentReturn to redacted messages instead of just storing the redaction (diff)
downloadnheko-4e7bd20e0cd38c014824626d2f106c00ec12c31a.tar.xz
Reset fetch in progress when fetch failed
Diffstat (limited to 'src')
-rw-r--r--src/timeline/EventStore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/EventStore.cpp b/src/timeline/EventStore.cpp

index 704402c8..4f8ffb80 100644 --- a/src/timeline/EventStore.cpp +++ b/src/timeline/EventStore.cpp
@@ -542,6 +542,7 @@ EventStore::fetchMore() mtx::errors::to_string(err->matrix_error.errcode), err->matrix_error.error, err->parse_error); + emit fetchedMore(); return; }