read
This commit is contained in:
parent
8b4edcb682
commit
6ec6576b1e
1 changed files with 1 additions and 1 deletions
|
@ -60,8 +60,8 @@ def notifications(v):
|
||||||
elif not x.read:
|
elif not x.read:
|
||||||
x.read = True
|
x.read = True
|
||||||
c.unread = True
|
c.unread = True
|
||||||
if not c.created_utc: c.created_utc = x.created_utc
|
|
||||||
g.db.add(x)
|
g.db.add(x)
|
||||||
|
if not c.created_utc: c.created_utc = x.created_utc
|
||||||
listing.append(c)
|
listing.append(c)
|
||||||
|
|
||||||
g.db.commit()
|
g.db.commit()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue