egg-mode-rs / egg-mode

a twitter api crate for rust
https://crates.io/crates/egg-mode
Mozilla Public License 2.0
372 stars 65 forks source link

Make lang optional on tweet and user #57

Closed wezm closed 5 years ago

wezm commented 5 years ago

It seems Twitter have started serving up null for lang on tweets and users. This was a quick change to get read-rust working again.

Kerollmops commented 5 years ago

Changing this line to assert a Some("en") will fix the ci build I think.

https://github.com/QuietMisdreavus/twitter-rs/blob/8491554282f5e8a43f9144208198b756ce5ed07a/src/tweet/mod.rs#L926