switch mentions from _inbox tags to mentions relation

This commit is contained in:
2026-03-29 15:51:46 +02:00
parent f907657c6f
commit 9e8c37564f
4 changed files with 87 additions and 16 deletions

View File

@@ -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 {