From 1d47e704b1db4abe38c8f4ccdaed7474a972a2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Fri, 28 Sep 2018 12:44:09 +0200 Subject: Conflict management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/models/contact.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/models') diff --git a/src/models/contact.js b/src/models/contact.js index 3836d91d..feed1a51 100644 --- a/src/models/contact.js +++ b/src/models/contact.js @@ -48,6 +48,7 @@ export default class Contact { this.addressbook = addressbook this.vCard = new ICAL.Component(this.jCal) this.url = url + this.conflict = false // if no uid set, create one if (!this.vCard.hasProperty('uid')) { -- cgit v1.2.3