master
Aevann1 2021-09-16 19:40:52 +02:00
parent 94bf22e529
commit da2e085a32
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def notifications(v):
notifs.append({'id': x.id, 'read': True})
comments.append(c)
g.db.bulk_update_mappings(User, notifs)
g.db.bulk_update_mappings(Notification, notifs)
next_exists = (len(comments) > 25)
listing = comments[:25]
else: