diff options
-rw-r--r-- | src/stream/tag.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stream/tag.rs b/src/stream/tag.rs index 36874c2..45e3aa5 100644 --- a/src/stream/tag.rs +++ b/src/stream/tag.rs @@ -17,6 +17,9 @@ pub enum TagType { #[serde(alias = "mention")] Mention, + + #[serde(alias = "category")] + Category, } #[derive(Debug, Deserialize, PartialEq)] |