summary refs log tree commit diff
path: root/src/timeline/EventStore.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-10-06 21:59:59 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-10-06 22:02:26 +0200
commitf1c1f18f815d93583f524a89e4c2f5f954b07b43 (patch)
treed52c3f944128da91b586d742e31c3c93cc4ce8d1 /src/timeline/EventStore.cpp
parentBasic thread filtering (diff)
downloadnheko-f1c1f18f815d93583f524a89e4c2f5f954b07b43.tar.xz
Add a slow way to search a room
Diffstat (limited to 'src/timeline/EventStore.cpp')
-rw-r--r--src/timeline/EventStore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/EventStore.cpp b/src/timeline/EventStore.cpp

index 0b7a7b1b..de813196 100644 --- a/src/timeline/EventStore.cpp +++ b/src/timeline/EventStore.cpp
@@ -898,6 +898,7 @@ EventStore::fetchMore() mtx::http::MessagesOpts opts; opts.room_id = room_id_; opts.from = cache::client()->previousBatchToken(room_id_); + opts.limit = 80; nhlog::ui()->debug("Paginating room {}, token {}", opts.room_id, opts.from);