forked from rDrama/rDrama
1
0
Fork 0

remove modmail from my notifs (cancer)

master
Aevann1 2022-08-05 23:59:40 +02:00
parent 0429da4493
commit 2e3548eb77
1 changed files with 3 additions and 0 deletions

View File

@ -215,6 +215,9 @@ def notifications(v):
Comment.body_html.notlike('%<p>New site mention%<a href="https://old.reddit.com/r/%'),
).order_by(Notification.created_utc.desc())
if v.id == AEVANN_ID:
comment = comments.filter(Comment.sentto != 2)
if not (v and (v.shadowbanned or v.admin_level > 2)):
comments = comments.join(Comment.author).filter(User.shadowbanned == None)