@@ -23,6 +23,7 @@
list-drop!
path-equal?
make-select-list
new-id
)
@@ -159,4 +160,13 @@
label))))))
items)
slct))
(define (new-id)
(let* ((s (current-milliseconds))
(r (random 1000000))
(id (string->symbol (format "id-~a-~a" s r))))
id))
The note is not visible to the blocked user.