Skip to content
Snippets Groups Projects
Commit b2416537 authored by Adasauce's avatar Adasauce Committed by Nicolas Werner
Browse files

Paginationg != Paginating in debug message

parent 65bd0993
No related branches found
No related tags found
No related merge requests found
......@@ -437,7 +437,7 @@ TimelineModel::fetchMore(const QModelIndex &)
opts.room_id = room_id_.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(
opts, [this, opts](const mtx::responses::Messages &res, mtx::http::RequestErr err) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment