self.thread.comments()
}
pub fn is_commented_by(&self, commenter: &Did) -> bool {
self.thread.has_participant(*commenter.as_key())
/// Get replies to a specific comment.
pub fn replies_to<'a>(
&'a self,