forked from MarseyWorld/MarseyWorld
exempt me from reddit notifs on wpd
parent
8d539e6ff9
commit
33242e669c
|
@ -843,7 +843,7 @@ class User(Base):
|
||||||
@property
|
@property
|
||||||
@lazy
|
@lazy
|
||||||
def reddit_notifications_count(self):
|
def reddit_notifications_count(self):
|
||||||
if not self.can_view_offsitementions:
|
if not self.can_view_offsitementions or (SITE == "watchpeopledie.tv" and self.id == AEVANN_ID):
|
||||||
return 0
|
return 0
|
||||||
return g.db.query(Comment).filter(
|
return g.db.query(Comment).filter(
|
||||||
Comment.created_utc > self.last_viewed_reddit_notifs,
|
Comment.created_utc > self.last_viewed_reddit_notifs,
|
||||||
|
|
Loading…
Reference in New Issue