Fix error when server responds with rich cards

This commit is contained in:
Shadowfacts 2022-11-14 19:39:18 -05:00
parent dd82283341
commit 603e989879
1 changed files with 1 additions and 0 deletions

View File

@ -79,5 +79,6 @@ extension Card {
case link
case photo
case video
case rich
}
}