diff options
author | Adasauce <adasauce@with.parts> | 2020-02-17 11:49:22 -0400 |
---|---|---|
committer | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2020-02-17 17:13:28 +0100 |
commit | b24165371c11a4fbae54dd22507b292be73ea8ae (patch) | |
tree | 49a53a2fb0a4ded21694422a987da79f3873e1e8 /src/timeline/TimelineModel.cpp | |
parent | Don't delete messages received out of order (fixup the flickering fix) (diff) | |
download | nheko-b24165371c11a4fbae54dd22507b292be73ea8ae.tar.xz |
Paginationg != Paginating in debug message
Diffstat (limited to '')
-rw-r--r-- | src/timeline/TimelineModel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp index 004da9d0..ed1b3075 100644 --- a/src/timeline/TimelineModel.cpp +++ b/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) { |