forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-16 19:39:38 +02:00
parent d0f2db54d0
commit 94bf22e529
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ def notifications(v):
elif not x.read:
c.unread = True
notifs.append({'id': x.id, 'read': True})
x.read = True
g.db.add(x)
comments.append(c)
g.db.bulk_update_mappings(User, notifs)