forked from rDrama/rDrama
1
0
Fork 0

stop modmail notifs for me on rdrama

master
Aevann 2024-02-10 14:42:24 +02:00
parent a86b02d140
commit d02eddf009
1 changed files with 1 additions and 1 deletions

View File

@ -804,7 +804,7 @@ class User(Base):
if self.admin_level < PERMS['NOTIFICATIONS_MODMAIL']:
return 0
if self.id == AEVANN_ID and SITE == 'watchpeopledie.tv':
if self.id == AEVANN_ID:
return 0
return g.db.query(Comment).distinct(Comment.top_comment_id).filter(