remotes/1693045480750635534/spooky-22
fireworks88 2021-09-26 19:11:45 +02:00
parent 083f92e783
commit 79b3b0dfc1
1 changed files with 4 additions and 1 deletions

View File

@ -221,7 +221,10 @@ def message2(v, username):
user = get_user(username, v=v)
if hasattr(user, 'is_blocking') and user.is_blocking: return {"error": "You're blocking this user."}, 403
if hasattr(user, 'is_blocked') and user.is_blocked: return {"error": "This user is blocking you."}, 403
if v.admin_level <= 1:
if hasattr(user, 'is_blocked') and user.is_blocked: return {"error": "This user is blocking you."}, 403
message = request.values.get("message", "")[:1000].strip()
# check existing