From 7daf82cb395e3612736eebae3fe699dae6d790b1 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 30 Oct 2024 10:05:24 +0100 Subject: stream::Activity: Add some more object types. --- src/stream/activity.rs | 2 ++ 1 file changed, 2 insertions(+) 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)] -- cgit v1.2.3