mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Don't block on empty from token
This commit is contained in:
parent
3de650d5f9
commit
28dda237c2
1 changed files with 0 additions and 7 deletions
|
@ -570,13 +570,6 @@ TimelineView::init()
|
||||||
void
|
void
|
||||||
TimelineView::getMessages()
|
TimelineView::getMessages()
|
||||||
{
|
{
|
||||||
if (prev_batch_token_.isEmpty()) {
|
|
||||||
nhlog::ui()->info("[{}] start of timeline reached, prev_batch token is empty",
|
|
||||||
room_id_.toStdString());
|
|
||||||
isTimelineFinished = true;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
mtx::http::MessagesOpts opts;
|
mtx::http::MessagesOpts opts;
|
||||||
opts.room_id = room_id_.toStdString();
|
opts.room_id = room_id_.toStdString();
|
||||||
opts.from = prev_batch_token_.toStdString();
|
opts.from = prev_batch_token_.toStdString();
|
||||||
|
|
Loading…
Reference in a new issue