master
Aevann1 2021-09-16 19:38:11 +02:00
parent 97b51b81cd
commit d0f2db54d0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ def notifications(v):
g.db.add(x)
comments.append(c)
session.bulk_update_mappings(User, notifs)
g.db.bulk_update_mappings(User, notifs)
next_exists = (len(comments) > 25)
listing = comments[:25]
else: