This commit is contained in:
Aevann1 2021-09-07 17:18:24 +02:00
parent 1457f9fde9
commit df5543c484

View file

@ -58,7 +58,8 @@ def notifications(v):
i = 0
for x in notifications:
try: if not x.read: comments[i].unread = True
try:
if not x.read: comments[i].unread = True
except: continue
x.read = True
g.db.add(x)