diff --git a/src/data.rs b/src/data.rs index 540a36d..e757ea6 100644 --- a/src/data.rs +++ b/src/data.rs @@ -270,6 +270,11 @@ pub struct Notify { pub notifications: Vec, } +#[derive(Serialize, Deserialize)] +pub struct FeedGet { + pub feeds: Vec, +} + #[derive(Serialize, Deserialize)] pub struct Status { pub handle: String,