diff options
-rw-r--r-- | src/stream/activity.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream/activity.rs b/src/stream/activity.rs index c247477..38c7215 100644 --- a/src/stream/activity.rs +++ b/src/stream/activity.rs @@ -30,7 +30,9 @@ pub enum ActivityEncoding { #[derive(Debug, Deserialize, PartialEq)] pub enum ObjectType { + Article, Note, + Question, } #[derive(Debug, Deserialize, PartialEq)] |