give me modmail notifs on rdrama

pull/225/head
Aevann 2024-03-02 12:20:19 +02:00
parent 1776f521d6
commit 5af695cc6e
1 changed files with 0 additions and 3 deletions

View File

@ -820,9 +820,6 @@ class User(Base):
if self.admin_level < PERMS['NOTIFICATIONS_MODMAIL']:
return 0
if self.id == AEVANN_ID:
return 0
return g.db.query(Comment).distinct(Comment.top_comment_id).filter(
Comment.author_id != self.id,
Comment.sentto == MODMAIL_ID,