use store defined in contact list
This commit is contained in:
@@ -80,7 +80,7 @@ class CommandorPage {
|
|||||||
constructor(contact, device, sender, mongoManager, selectedStore = DEFAULT_STORE, audioAnalyse = false, alertBeep = false, port = 9000, shareCookiesWithRequests = true) {
|
constructor(contact, device, sender, mongoManager, selectedStore = DEFAULT_STORE, audioAnalyse = false, alertBeep = false, port = 9000, shareCookiesWithRequests = true) {
|
||||||
this.contact = contact;
|
this.contact = contact;
|
||||||
// to remove this line if we want to use store in contacts
|
// 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.device = device;
|
||||||
this.mongoManager = mongoManager;
|
this.mongoManager = mongoManager;
|
||||||
this.selectedStore = selectedStore;
|
this.selectedStore = selectedStore;
|
||||||
|
|||||||
Reference in New Issue
Block a user