Add a slow way to search a room
This commit is contained in:
parent
857d9cf2b6
commit
f1c1f18f81
8 changed files with 120 additions and 48 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue