@@ -221,6 +221,8 @@ func main() {
alreadyExists = true
} else if os.IsNotExist(err) {
alreadyExists = false
} else { // Failsafe if something unforeseen happens
}
if alreadyExists && !overwritePassDown {
The note is not visible to the blocked user.