diff options
-rw-r--r-- | src/timeline/EventStore.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/timeline/EventStore.cpp b/src/timeline/EventStore.cpp index dd0e920d..5aa105b0 100644 --- a/src/timeline/EventStore.cpp +++ b/src/timeline/EventStore.cpp @@ -928,8 +928,7 @@ EventStore::fetchMore() if (cache::client()->previousBatchToken(room_id_) != opts.from) { nhlog::net()->warn("Cache cleared while fetching more messages, dropping " "/messages response"); - if (!opts.to.empty()) - emit fetchedMore(); + emit fetchedMore(); return; } if (err) { |