This commit is contained in:
Aevann1 2021-12-30 17:03:28 +02:00
parent bf4994cbb7
commit a775478fad
6 changed files with 4 additions and 6 deletions

View file

@ -1072,6 +1072,7 @@ def unsticky_comment(cid, v):
if comment.is_pinned.endswith("(pin award)"): return {"error": "Can't unpin award pins!"}, 403
comment.is_pinned = None
g.db.add(comment)
ma=ModAction(