mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-01 18:49:02 +00:00
Fix the support on grouped vCard properties (#207 )
Parse and match vCard properties that use grouping prefixes (e.g. item1.TEL) by extracting the property name correctly. Regression caused by the removal of the vobject dependency.
This commit is contained in:
@@ -42,3 +42,12 @@ VERSION:2.1
|
||||
TEL;CELL:8889990001
|
||||
ORG:AAA Car Service
|
||||
END:VCARD
|
||||
|
||||
BEGIN:VCARD
|
||||
VERSION:2.1
|
||||
item1.TEL;CELL:7777777778
|
||||
item2.TEL;CELL:7777777779
|
||||
item1.FN:Racing Team
|
||||
item2.FN:Racing Team
|
||||
END:VCARD
|
||||
|
||||
|
||||
Reference in New Issue
Block a user