fd
This commit is contained in:
parent
1457f9fde9
commit
df5543c484
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue