remove tab

pull/225/head
Aevann 2024-03-10 09:53:21 +02:00
parent 5ae88a4972
commit 1e007e235c
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ def message(v, username=None, id=None):
abort(403, f"@{user.username} is blocking you!")
if user.has_muted(v):
abort(403, f"@{user.username} is muting notifications from you, so messaging them is pointless!")
abort(403, f"@{user.username} is muting notifications from you, so messaging them is pointless!")
body = request.values.get("message", "").strip()
if len(body) > COMMENT_BODY_LENGTH_LIMIT: