fgddfg
This commit is contained in:
parent
206729f10f
commit
c598f90916
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue