From 2dd4e6a57327e4ffa3fb8803dec58bbe55665ed0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 3 Apr 2022 20:08:59 +0200 Subject: [PATCH] sfd --- files/classes/user.py | 2 +- files/templates/notifications.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/classes/user.py b/files/classes/user.py index a5ef20423..ec70a40ed 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -426,7 +426,7 @@ class User(Base): @property @lazy def not_post_notifications_count(self): - return self.notifications_count - self.post_notifications_count + return self.notifications_count - self.post_notifications_count - self.reddit_notifications_count @property @lazy diff --git a/files/templates/notifications.html b/files/templates/notifications.html index d33c502c3..6a4186b45 100644 --- a/files/templates/notifications.html +++ b/files/templates/notifications.html @@ -17,7 +17,7 @@