Contact sync should update existing contacts
// FREEBIE
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
if (typeof attrs !== 'object') {
|
||||
throw new Error('ConversationController.create requires an object, got', attrs);
|
||||
}
|
||||
var conversation = conversations.add(attrs);
|
||||
var conversation = conversations.add(attrs, {merge: true});
|
||||
return conversation;
|
||||
},
|
||||
findOrCreatePrivateById: function(id) {
|
||||
|
Reference in New Issue
Block a user