fdfd
This commit is contained in:
parent
1b2fb88654
commit
4e3557a87b
2 changed files with 1 additions and 3 deletions
|
@ -350,7 +350,6 @@ class User(Base, Stndrd, Age_times):
|
|||
return self.notifications.filter(Notification.read == False).join(Notification.comment).filter(
|
||||
Comment.author_id == AUTOJANNY_ACCOUNT).count()
|
||||
|
||||
@lazy
|
||||
def notification_subscriptions(self, page=1, all_=False):
|
||||
|
||||
notifications = self.notifications.join(Notification.comment).filter(Comment.author_id == AUTOJANNY_ACCOUNT)
|
||||
|
@ -369,7 +368,6 @@ class User(Base, Stndrd, Age_times):
|
|||
|
||||
return output
|
||||
|
||||
@lazy
|
||||
def notification_commentlisting(self, page=1, all_=False):
|
||||
|
||||
notifications = self.notifications.join(Notification.comment).filter(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue