remotes/1693045480750635534/spooky-22
Aevann1 2021-09-20 22:48:11 +02:00
parent 4a6a18b39f
commit 54e8fa9284
1 changed files with 0 additions and 1 deletions

View File

@ -583,7 +583,6 @@ class User(Base):
return [x[0] for x in posts.offset(25 * (page - 1)).limit(26).all()]
@lazy
def saved_comment_idlist(self, page=1):
comments = g.db.query(Comment.id).options(lazyload('*')).options(lazyload('*')).filter_by(is_banned=False, deleted_utc=0)