Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Generalize Thread::has_participant()
Matthias Beyer committed 7 months ago
commit a83f67f946e46475791350eec392f8669dcab75d
parent d8fa014fb9910e52c57ec799cfda9ffc952445e5
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()