Skip to content

Commit cb02564

Browse files
Merge pull request #5014 from nextcloud/backport/4986/stable8.3
[stable8.3] fix: rev timestamp on contact update
2 parents e88e3bc + 352174a commit cb02564

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/store/contacts.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ const actions = {
326326
if (contact.version === '3.0') {
327327
contact.rev = ICAL.VCardTime.fromDateAndOrTimeString(new Date().toISOString(), 'date-time')
328328
}
329-
contact.rev = ICAL.VCardTime.now().convertToZone(ICAL.Timezone.utcTimezone)
330329

331330
const vData = contact.toStringStripQuotes()
332331

0 commit comments

Comments
 (0)