forked from MightyPork/elefren-fork
Fixed website not being nullable, added static version of urls
This commit is contained in:
@@ -8,7 +8,9 @@ pub struct Account {
|
||||
pub note: String,
|
||||
pub url: String,
|
||||
pub avatar: String,
|
||||
pub avatar_static: String,
|
||||
pub header: String,
|
||||
pub header_static: String,
|
||||
pub locked: bool,
|
||||
pub created_at: DateTime<UTC>,
|
||||
pub followers_count: u64,
|
||||
|
||||
@@ -43,5 +43,5 @@ pub struct Tag {
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
pub struct Application {
|
||||
pub name: String,
|
||||
pub website: String,
|
||||
pub website: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user