Explicit waitForConnection + option to not load profile picture for new chats

This commit is contained in:
Adhiraj Singh
2020-10-19 15:22:44 +05:30
parent bb78138506
commit 588209d57c
4 changed files with 10 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ export class WAConnection extends EventEmitter {
messageLog: { tag: string, json: string, fromMe: boolean, binaryTags?: any[] }[] = []
maxCachedMessages = 50
loadProfilePicturesForChatsAutomatically = true
chats = new KeyedDB (Utils.waChatKey(false), value => value.jid)
contacts: { [k: string]: WAContact } = {}