fsd
This commit is contained in:
parent
0bf2190404
commit
d0a2abe451
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ class User(Base):
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
def normal_count(self):
|
def normal_count(self):
|
||||||
return notifications_count - post_notifications_count - reddit_notifications_count
|
return self.notifications_count - self.post_notifications_count - self.reddit_notifications_count
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue