forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-14 06:36:12 +02:00
parent 24bc04d470
commit c09614bf1b
1 changed files with 0 additions and 1 deletions

View File

@ -222,7 +222,6 @@ class User(Base, Stndrd, Age_times):
listing = [x.id for x in submissions[firstrange:secondrange]]
return listing
@cache.memoize(timeout=86400)
def commentlisting(self, v=None, page=1, sort="new", t="all"):
comments = self.comments.options(lazyload('*')).filter(Comment.parent_submission != None).join(Comment.post)