remotes/1693045480750635534/spooky-22
Aevann1 2021-12-09 21:55:56 +02:00
parent e281262353
commit ef31a38de0
1 changed files with 1 additions and 0 deletions

View File

@ -621,6 +621,7 @@ def edit_comment(cid, v):
if c.is_banned or c.deleted_utc > 0: abort(403)
body = request.values.get("body", "").strip()[:10000]
if len(body) < 1: return {"error":"You have to actually type something!"}, 400
if body != c.body and body != "":
if v.marseyawarded: