From 6b2bbb066ffdffda529a4c16dc4397a65bb94671 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 27 Jan 2023 15:51:04 +0200 Subject: [PATCH] same as last commit --- files/routes/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/notifications.py b/files/routes/notifications.py index a0305d222..fff73539d 100644 --- a/files/routes/notifications.py +++ b/files/routes/notifications.py @@ -197,7 +197,7 @@ def notifications_modactions(v:User): listing = g.db.query(cls).filter(cls.user_id != v.id) - if v.id == AEVANN_ID and SITE_NAME == 'rDrama': + if v.id == AEVANN_ID: listing = listing.filter(cls.kind.in_(AEVANN_MODACTION_TYPES)) if v.admin_level < PERMS['PROGSTACK']: