Paginationg != Paginating in debug message

debug-paginating-typo
Adasauce 5 years ago
parent 65bd099372
commit 48c00f7a57
Signed by: adasauce
GPG Key ID: B4FD3151235211CB
  1. 2
      src/timeline/TimelineModel.cpp

@ -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) {

Loading…
Cancel
Save