Juraj Matuš

Results 17 comments of Juraj Matuš

I would suggest using `break` in case there is a message older than `minTimestamp` (that means that all the messages loaded after will be even older): ```diff + if (searchOptions...

I believe he wants to extend `fetchMessages` like this: ```diff /** * Loads chat messages, sorted from earliest to latest. * @param {Object} searchOptions Options for searching messages. Right now...

~~If there is an interest in this, I can make a pull request.~~ After going through pull requests there actually is one for this already: #1499 However, the underlying WhatsApp...