@@ -11,7 +11,7 @@ type ID struct {
}
// NewID creates a new ID. It returns a *ID.
func NewID(id string) *ID {
func NewID(id IRI) *ID {
return &ID{URI: IRI(id)}
The note is not visible to the blocked user.