@@ -72,6 +72,7 @@ def newentry():
return render_template('entry/create.html')
content = str(request.form["content"])
content = content.strip()
content = content[:1000]
fileattached = False
The note is not visible to the blocked user.