give me modaction notifs on WPD

pull/102/head
Aevann 2023-01-27 15:50:47 +02:00
parent 2795f55857
commit 6105640429
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ class User(Base):
@property
@lazy
def modaction_notifications_count(self):
if self.id == AEVANN_ID and SITE_NAME != 'rDrama': return 0
if self.id == AEVANN_ID: return 0
if self.admin_level:
q = g.db.query(ModAction).filter(