parent
8beeba8e48
commit
12832b3c64
@ -819,8 +819,10 @@ EventStore::decryptionError(std::string id)
|
|||||||
void
|
void
|
||||||
EventStore::fetchMore()
|
EventStore::fetchMore()
|
||||||
{
|
{
|
||||||
if (noMoreMessages)
|
if (noMoreMessages) {
|
||||||
|
emit fetchedMore();
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
mtx::http::MessagesOpts opts;
|
mtx::http::MessagesOpts opts;
|
||||||
opts.room_id = room_id_;
|
opts.room_id = room_id_;
|
||||||
|
Loading…
Reference in New Issue
Block a user