forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-10 08:08:32 +02:00
parent 198fbe041e
commit 53ca3ad7f8
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def notifications(v):
x.read = True
g.db.add(x)
comments.append(c)
next_exists = (len(comments) == 101)
next_exists = (len(comments) > 100)
listing = comments[:100]
else:
notifications = v.notifications.join(Notification.comment).filter(