master
Aevann1 2022-02-26 15:33:18 +02:00
parent 06e496bc8f
commit 1612c63c77
1 changed files with 1 additions and 1 deletions

View File

@ -60,8 +60,8 @@ def notifications(v):
elif not x.read:
x.read = True
c.unread = True
if not c.created_utc: c.created_utc = x.created_utc
g.db.add(x)
if not c.created_utc: c.created_utc = x.created_utc
listing.append(c)
g.db.commit()