forked from MarseyWorld/MarseyWorld
fsd
parent
3af80e37e9
commit
16c16e28b2
|
@ -438,7 +438,7 @@ class User(Base):
|
|||
@property
|
||||
@lazy
|
||||
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
|
||||
@lazy
|
||||
|
|
Loading…
Reference in New Issue