diff options
| author | Xe Iaso <me@christine.website> | 2022-12-20 09:58:19 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-12-20 09:58:19 -0500 |
| commit | 65861ccd98cc5992fd916a77188e0778c752caef (patch) | |
| tree | cded6e1f23c472727a16e4d58bf36ea2d8afd4d8 /lib | |
| parent | 66527587726c7cf647e8535ee4e0cabd9a7ad3a5 (diff) | |
| download | xesite-65861ccd98cc5992fd916a77188e0778c752caef.tar.xz xesite-65861ccd98cc5992fd916a77188e0778c752caef.zip | |
coso part 2
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/xesite_types/src/mastodon.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/xesite_types/src/mastodon.rs b/lib/xesite_types/src/mastodon.rs index 80445bd..ac34574 100644 --- a/lib/xesite_types/src/mastodon.rs +++ b/lib/xesite_types/src/mastodon.rs @@ -119,9 +119,6 @@ pub struct Toot { #[serde(rename = "replies")] pub replies: Option<Replies>, - - #[serde(rename = "source")] - pub source: Option<Source>, } impl Toot { |
