@ -516,6 +516,9 @@ func (h *graphHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
if toID, e := nodeMap[key]; e {
for _, item := range references {
if fromID, e := nodeMap[item.Name]; e {
if fromID == toID {
continue
}
edge := Edge{
From: fromID,
To: toID,
The note is not visible to the blocked user.