This commit is contained in:
Aevann1 2022-02-03 12:42:25 +02:00
parent 481c2c78cb
commit f4ab24be43

View file

@ -74,7 +74,8 @@ def notifications(v):
notifications = notifications[:25]
for x in notifications:
if not x[0].read: x[1].unread = True
if x[0].read: break
x[1].unread = True
x[0].read = True
g.db.add(x[0])