fix data
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
parent
e8bba1cc49
commit
efc4b0ed1c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user