Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Generalize Thread::has_participant()
Matthias Beyer committed 9 months ago
commit 6f5bcf0ea6487470bcafcc244785cf8cddefa9aa
parent 15e86c7751c97f6fe1745a68f17b6b3d96c413a4
1 file changed +1 -1
modified crates/radicle/src/cob/thread.rs
@@ -359,7 +359,7 @@ impl<T> Thread<T> {
    }
}

-
impl Thread<Comment> {
+
impl<CodeLoc> Thread<Comment<CodeLoc>> {
    pub fn has_participant(&self, actor: ActorId) -> bool {
        self.comments
            .iter()