Removed loadProfilePicturesForChatsAutomatically

This commit is contained in:
Adhiraj Singh
2021-01-05 19:08:25 +05:30
parent 2129c87852
commit b9ece77220
5 changed files with 20 additions and 19 deletions

View File

@@ -61,7 +61,10 @@ export class WAConnection extends EventEmitter {
messageLog: { tag: string, json: string, fromMe: boolean, binaryTags?: any[] }[] = []
maxCachedMessages = 50
/** @deprecated won't be supported soon */
/**
* @deprecated
* does not do anything
* */
loadProfilePicturesForChatsAutomatically = false
lastChatsReceived: Date