unexempt me from chat notifs

pull/225/head
Aevann 2024-03-24 17:28:10 +02:00
parent 576322144a
commit ad85888ece
1 changed files with 0 additions and 2 deletions

View File

@ -832,8 +832,6 @@ class User(Base):
@property
@lazy
def chats_notifications_count(self):
if self.id == AEVANN_ID and SITE == 'rdrama.net':
return 0
return g.db.query(ChatNotification).filter_by(user_id=self.id).count()
@property