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_;