same as last commit

pull/102/head
Aevann 2023-01-27 15:51:04 +02:00
parent 6105640429
commit 6b2bbb066f
1 changed files with 1 additions and 1 deletions

View File

@ -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']: