summary refs log tree commit diff
path: root/src/timeline/EventStore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/EventStore.cpp')
-rw-r--r--src/timeline/EventStore.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/timeline/EventStore.cpp b/src/timeline/EventStore.cpp

index d7296a7c..a1f4c67f 100644 --- a/src/timeline/EventStore.cpp +++ b/src/timeline/EventStore.cpp
@@ -819,8 +819,10 @@ EventStore::decryptionError(std::string id) void EventStore::fetchMore() { - if (noMoreMessages) + if (noMoreMessages) { + emit fetchedMore(); return; + } mtx::http::MessagesOpts opts; opts.room_id = room_id_;