switch mentions from _inbox tags to mentions relation
This commit is contained in:
@@ -22,6 +22,7 @@ const (
|
||||
RelCreated RelType = "created"
|
||||
RelAssignee RelType = "assignee"
|
||||
RelInNamespace RelType = "in_namespace"
|
||||
RelMentions RelType = "mentions"
|
||||
)
|
||||
|
||||
func (n *Node) GetProperty(k string) string {
|
||||
|
||||
Reference in New Issue
Block a user