diff --git a/piped/src/structure.rs b/piped/src/structure.rs index 220fbfb..5b45910 100644 --- a/piped/src/structure.rs +++ b/piped/src/structure.rs @@ -131,6 +131,8 @@ pub struct Comment { pub struct ChannelSearch { pub items: Vec, pub nextpage: Option, + pub suggestion: Option, + pub corrected: bool, } #[derive(Deserialize, Debug)]