This commit is contained in:
Aevann1 2022-02-03 09:00:43 +02:00
parent 43cdc4976f
commit a776474f22
2 changed files with 2 additions and 2 deletions

View file

@ -46,8 +46,6 @@ def get_logged_in_user():
g.db.add(v)
g.db.commit()
if v.hidevotedon: posts = [x for x in posts if not hasattr(x, 'voted') or not x.voted]
if v.agendaposter_expires_utc and v.agendaposter_expires_utc < time.time():
v.agendaposter_expires_utc = 0
v.agendaposter = None