From 16c16e28b208e8f7de643046e26deafc001f6b0f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 6 Apr 2022 23:54:07 +0200 Subject: [PATCH] fsd --- files/classes/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/classes/user.py b/files/classes/user.py index 059cb03784..11ff557235 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -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