parent
8beeba8e48
commit
12832b3c64
@ -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 New Issue
Block a user