UPDATE
This commit is contained in:
@@ -14,11 +14,6 @@ const CacheContactContainer = new MemoryCache();
|
|||||||
const CacheMenuContainer = new MemoryCache();
|
const CacheMenuContainer = new MemoryCache();
|
||||||
const CacheMessageLoaded = new MemoryCache();
|
const CacheMessageLoaded = new MemoryCache();
|
||||||
|
|
||||||
import {
|
|
||||||
//constraintContactMessages,
|
|
||||||
constraintContact
|
|
||||||
//constraintMessage
|
|
||||||
} from "utils/constraint";
|
|
||||||
const messages = {};
|
const messages = {};
|
||||||
const emojiMap = {};
|
const emojiMap = {};
|
||||||
let renderDrawerContent = () => {};
|
let renderDrawerContent = () => {};
|
||||||
@@ -458,7 +453,6 @@ export default {
|
|||||||
0: "unshift",
|
0: "unshift",
|
||||||
1: "push"
|
1: "push"
|
||||||
}[t];
|
}[t];
|
||||||
constraintContact(data);
|
|
||||||
//this.contacts[type](cloneDeep(data));
|
//this.contacts[type](cloneDeep(data));
|
||||||
this.contacts[type](data);
|
this.contacts[type](data);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user