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 eac192ae8b9549d6883d4ca0926de387f6576dcd
parent 688b8235e45aa4a5214be8e2004c1c1cbedebebf
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()