mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Added ability to log messages
This commit is contained in:
@@ -93,7 +93,7 @@ export class WAConnection extends Base {
|
||||
* @param cursor the data for which message to offset the query by
|
||||
* @param mostRecentFirst retreive the most recent message first or retreive from the converation start
|
||||
*/
|
||||
@Mutex ((jid, _, before, mostRecentFirst) => jid + (before?.id || '') + mostRecentFirst)
|
||||
@Mutex ()
|
||||
async loadMessages (
|
||||
jid: string,
|
||||
count: number,
|
||||
|
||||
Reference in New Issue
Block a user