mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Update loadMessaages Mutex
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 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
|
* @param mostRecentFirst retreive the most recent message first or retreive from the converation start
|
||||||
*/
|
*/
|
||||||
@Mutex ()
|
@Mutex (jid => jid)
|
||||||
async loadMessages (
|
async loadMessages (
|
||||||
jid: string,
|
jid: string,
|
||||||
count: number,
|
count: number,
|
||||||
|
|||||||
Reference in New Issue
Block a user