1
0
This commit is contained in:
syui 2024-04-13 02:10:06 +09:00
parent e8bba1cc49
commit efc4b0ed1c
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

@ -270,6 +270,11 @@ pub struct Notify {
pub notifications: Vec<Notifications>, pub notifications: Vec<Notifications>,
} }
#[derive(Serialize, Deserialize)]
pub struct FeedGet {
pub feeds: Vec<Notifications>,
}
#[derive(Serialize, Deserialize)] #[derive(Serialize, Deserialize)]
pub struct Status { pub struct Status {
pub handle: String, pub handle: String,