fsd
This commit is contained in:
parent
bd3e030a29
commit
f09f1be3e9
2 changed files with 3 additions and 3 deletions
|
@ -615,7 +615,7 @@ def api_comment(v):
|
|||
n = Notification(comment_id=c.id, user_id=x)
|
||||
g.db.add(n)
|
||||
|
||||
if parent.author.id != v.id and PUSHER_ID != 'blahblahblah':
|
||||
if parent.author.id != v.id and PUSHER_ID != 'blahblahblah' and not v.shadowbanned:
|
||||
try: gevent.spawn(pusher_thread, f'{request.host}{parent.author.id}', c, c.author_name)
|
||||
except: pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue