1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-30 07:12:50 -05:00

add new card kind, and do not raise error for unknown card kind (#467)

This commit is contained in:
jackyzy823
2021-11-20 22:12:33 +00:00
committed by GitHub
parent 5caf77481f
commit 68136de07b
2 changed files with 4 additions and 2 deletions

View File

@@ -126,6 +126,8 @@ type
videoDirectMessage = "video_direct_message"
imageDirectMessage = "image_direct_message"
audiospace = "audiospace"
newsletter_publication = "newsletter_publication"
unknown
Card* = object
kind*: CardKind