fix 500 error

pull/102/head
Aevann 2023-01-27 16:03:19 +02:00
parent 6b2bbb066f
commit 895b3a5b7b
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ def messagereply(v:User):
and hasattr(user, 'is_blocked') and user.is_blocked):
abort(403, f"You're blocked by @{user.username}")
body += process_dm_images(v, user)
body += process_dm_images(v, user)
body = body.strip()