remotes/1693045480750635534/spooky-22
Aevann1 2021-07-28 00:24:06 +02:00
parent 644942e948
commit bfb00967f0
1 changed files with 2 additions and 1 deletions

View File

@ -861,7 +861,8 @@ def delete_comment(cid, v):
c.deleted_utc = int(time.time())
g.db.add(c)
g.db.commit()
cache.delete_memoized(User.commentlisting, v)
return {"html": lambda: ("", 204),