Skip to content

Commit

Permalink
imp - Whitelisted X-OTHER for other types
Browse files Browse the repository at this point in the history
---

We've whitelisted X-OTHER type for all the part types.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 4, 2024
1 parent f5f18bb commit 0275fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VisualCard/Parsers/VcardParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public Card Parse()
// Iterate through all the lines
bool constructing = false;
StringBuilder valueBuilder = new();
string[] allowedTypes = ["HOME", "WORK", "PREF"];
string[] allowedTypes = ["HOME", "WORK", "PREF", "X-OTHER"];
for (int i = 0; i < CardContent.Length; i++)
{
// Get line
Expand Down

0 comments on commit 0275fac

Please sign in to comment.