mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
parent
8beeba8e48
commit
12832b3c64
1 changed files with 3 additions and 1 deletions
|
@ -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_;
|
||||
|
|
Loading…
Reference in a new issue