This commit is contained in:
fan
2019-10-28 12:33:14 +08:00
parent 016b5ec688
commit c8c300c55e
-6
View File
@@ -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);
}, },