From 026ef7e01b48051d35ef97b018584884b5db9911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Fri, 4 Feb 2022 15:24:28 +0100 Subject: Force disabling single-quote list for type parameter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- src/store/contacts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store') diff --git a/src/store/contacts.js b/src/store/contacts.js index 8f8d6098..01521391 100644 --- a/src/store/contacts.js +++ b/src/store/contacts.js @@ -353,7 +353,7 @@ const actions = { rev.fromUnixTime(Date.now() / 1000) contact.rev = rev - const vData = contact.vCard.toString() + const vData = contact.toStringStripQuotes() // if no dav key, contact does not exists on server if (!contact.dav) { -- cgit v1.2.3