This commit is contained in:
Aevann1 2021-09-07 17:17:52 +02:00
parent 74a29cf1a9
commit 1457f9fde9

View file

@ -58,7 +58,8 @@ def notifications(v):
i = 0
for x in notifications:
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)
i += 1