Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cob: Merge issue tags
Alexis Sellier committed 3 years ago
commit c568feb700d2bab0ea9693df3bd08c9c1fdeb06e
parent 911c194fb3ceb8ead034baaff0fa5c4f9ce4fecc
1 file changed +1 -0
modified radicle/src/cob/issue.rs
@@ -92,6 +92,7 @@ impl Semilattice for Issue {
        self.assignees.merge(other.assignees);
        self.title.merge(other.title);
        self.state.merge(other.state);
+
        self.tags.merge(other.tags);
        self.thread.merge(other.thread);
    }
}