famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
58 stars 31 forks source link

refactor: Use prevBatch from server for pagination in event search #1768

Closed krille-chan closed 4 months ago

krille-chan commented 4 months ago

When using the searchEvent() method it was impossible to paginate to the next chunk when one chunk had 0 returned events. This fixes it by returning the prevBatch and makes it possible to insert the prevBatch again. sinceEventId is still working but now deprecated.