This commit is contained in:
Aevann1 2021-10-13 17:28:00 +02:00
parent c4b54c7730
commit 73ff6b3daf

View file

@ -38,7 +38,7 @@ def notifications(v):
x.read = True
c.unread = True
g.db.add(x)
listing.append(c.id)
listing.append(c)
g.db.commit()