forked from MarseyWorld/MarseyWorld
add exception for wpd
parent
cf49656bd1
commit
a05a488830
|
@ -279,7 +279,7 @@ def push_notif(uids, title, body, url_or_comment):
|
|||
if not uids:
|
||||
return
|
||||
|
||||
if hasattr(g, 'v') and g.v and g.v.admin_level and not (isinstance(url_or_comment, str) and url_or_comment.startswith(f'{SITE_FULL}/chat/182')):
|
||||
if SITE == 'rdrama.net' and hasattr(g, 'v') and g.v and g.v.admin_level and not (isinstance(url_or_comment, str) and url_or_comment.startswith(f'{SITE_FULL}/chat/182')):
|
||||
return
|
||||
|
||||
if isinstance(url_or_comment, Comment):
|
||||
|
|
Loading…
Reference in New Issue