make me able to see reddit mentions again

pull/1/head
Aevann1 2022-11-30 02:40:35 +02:00
parent 20459a59dd
commit b6eea4191c
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ class User(Base):
@property
@lazy
def can_view_offsitementions(self):
return self.offsitementions or (self.admin_level >= PERMS['NOTIFICATIONS_REDDIT'] and self.id != AEVANN_ID)
return self.offsitementions or self.admin_level >= PERMS['NOTIFICATIONS_REDDIT']
@property
@lazy