remotes/1693045480750635534/spooky-22
Aevann1 2022-02-03 12:42:25 +02:00
parent 96bd397353
commit 61eeaf38ea
1 changed files with 2 additions and 1 deletions

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])