remotes/1693045480750635534/spooky-22
Aevann1 2021-10-21 01:17:07 +02:00
parent 42bbeb2ddc
commit 82e37fb54a
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ def api_vote_post(post_id, new, v):
if post.stickied and post.stickied.startswith("t:") and int(time.time()) > int(post.stickied[2:]):
post.stickied = None
g.db.add(post)
cache.delete_memoized(frontlist)
try:
g.db.flush()