Implement the new fields for comment.
This commit is contained in:
parent
9bcba4020d
commit
4a8607726c
@ -237,11 +237,11 @@ impl<'s> StandardProperties<'s> for Comment<'s> {
|
||||
}
|
||||
|
||||
fn get_contents<'b>(&'b self) -> Option<&'s str> {
|
||||
todo!()
|
||||
None
|
||||
}
|
||||
|
||||
fn get_post_blank(&self) -> PostBlank {
|
||||
todo!()
|
||||
0
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user