diff options
| author | Xe Iaso <me@christine.website> | 2022-11-06 15:15:53 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-11-06 15:20:25 -0500 |
| commit | 7a8123435b381db82b557d630bdae5df77b86608 (patch) | |
| tree | 44b2197c850a24921a0d508661359716e440cf2e /lib/xesite_types/src | |
| parent | 434747f4bc342ddee75aaf0cc3a39a6543474e5f (diff) | |
| download | xesite-7a8123435b381db82b557d630bdae5df77b86608.tar.xz xesite-7a8123435b381db82b557d630bdae5df77b86608.zip | |
Xess 2.0: HSL
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'lib/xesite_types/src')
| -rw-r--r-- | lib/xesite_types/src/mastodon.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xesite_types/src/mastodon.rs b/lib/xesite_types/src/mastodon.rs index 56567e6..942bbc7 100644 --- a/lib/xesite_types/src/mastodon.rs +++ b/lib/xesite_types/src/mastodon.rs @@ -55,7 +55,7 @@ pub struct User { pub icon: Icon, #[serde(rename = "image")] - pub image: Icon, + pub image: Option<Icon>, } #[derive(Serialize, Deserialize)] |
