From 5af695cc6e36436967dca231cd35b46051713992 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 2 Mar 2024 12:20:19 +0200 Subject: [PATCH] give me modmail notifs on rdrama --- files/classes/user.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/files/classes/user.py b/files/classes/user.py index 3a9777db1..7eb71be08 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -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,