forked from MarseyWorld/MarseyWorld
dont send repeatable notif
parent
e52fd57141
commit
0db2bc4f9a
|
@ -166,7 +166,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
|
||||||
mul = PROGSTACK_MUL
|
mul = PROGSTACK_MUL
|
||||||
elif cls == Submission and (any(i in target.title.lower() for i in ENCOURAGED) or any(i in target.url.lower() for i in ENCOURAGED2)):
|
elif cls == Submission and (any(i in target.title.lower() for i in ENCOURAGED) or any(i in target.url.lower() for i in ENCOURAGED2)):
|
||||||
mul = PROGSTACK_MUL
|
mul = PROGSTACK_MUL
|
||||||
send_repeatable_notification(AEVANN_ID, target.permalink)
|
send_notification(AEVANN_ID, target.permalink)
|
||||||
elif target.author.progressivestack or (target.author.admin_level and target.author.id not in {CARP_ID, SCHIZO_ID}):
|
elif target.author.progressivestack or (target.author.admin_level and target.author.id not in {CARP_ID, SCHIZO_ID}):
|
||||||
mul = 2
|
mul = 2
|
||||||
elif SITE == 'rdrama.net' and cls == Submission:
|
elif SITE == 'rdrama.net' and cls == Submission:
|
||||||
|
|
Loading…
Reference in New Issue