mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Paginationg != Paginating in debug message
This commit is contained in:
parent
65bd099372
commit
b24165371c
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@ TimelineModel::fetchMore(const QModelIndex &)
|
||||||
opts.room_id = room_id_.toStdString();
|
opts.room_id = room_id_.toStdString();
|
||||||
opts.from = prev_batch_token_.toStdString();
|
opts.from = prev_batch_token_.toStdString();
|
||||||
|
|
||||||
nhlog::ui()->debug("Paginationg room {}", opts.room_id);
|
nhlog::ui()->debug("Paginating room {}", opts.room_id);
|
||||||
|
|
||||||
http::client()->messages(
|
http::client()->messages(
|
||||||
opts, [this, opts](const mtx::responses::Messages &res, mtx::http::RequestErr err) {
|
opts, [this, opts](const mtx::responses::Messages &res, mtx::http::RequestErr err) {
|
||||||
|
|
Loading…
Reference in a new issue