Closed wezm closed 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.
null
lang
Changing this line to assert a Some("en") will fix the ci build I think.
Some("en")
https://github.com/QuietMisdreavus/twitter-rs/blob/8491554282f5e8a43f9144208198b756ce5ed07a/src/tweet/mod.rs#L926
It seems Twitter have started serving up
null
forlang
on tweets and users. This was a quick change to get read-rust working again.