use store defined in contact list

This commit is contained in:
Lei PAN
2024-03-27 21:41:38 +01:00
parent 8d2e8a34b2
commit bf0d572838
+1 -1
View File
@@ -80,7 +80,7 @@ class CommandorPage {
constructor(contact, device, sender, mongoManager, selectedStore = DEFAULT_STORE, audioAnalyse = false, alertBeep = false, port = 9000, shareCookiesWithRequests = true) {
this.contact = contact;
// to remove this line if we want to use store in contacts
this.contact.store = DEFAULT_STORE
// this.contact.store = DEFAULT_STORE
this.device = device;
this.mongoManager = mongoManager;
this.selectedStore = selectedStore;