Merge pull request #27 from vilmibm/fix-soc-announce

for now, do not social post for single user review
This commit is contained in:
Nathaniel Smith 2017-11-21 16:55:16 -05:00 committed by GitHub
commit 61947db73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,6 @@ def on_townie_pre_save(sender, instance, **kwargs):
if not existing[0].reviewed and instance.reviewed == True:
instance.create_on_disk()
instance.send_welcome_email()
post_single_user_social(instance.username)
def _guarded_run(cmd_args, **run_args):
try: