mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
No longer faking post to twitter/facebook. These links are live, people.
This commit is contained in:
parent
f9837608a7
commit
1f04239f29
2 changed files with 1 additions and 4 deletions
|
@ -1393,8 +1393,7 @@ class MSharedStory(mongo.Document):
|
|||
social_service = MSocialServices.objects.get(user_id=self.user_id)
|
||||
user = User.objects.get(pk=self.user_id)
|
||||
|
||||
logging.user(user, "~BM~FBPosting to %s (FAKED): ~SB%s" % (service, message))
|
||||
return
|
||||
logging.user(user, "~BM~FBPosting to %s: ~SB%s" % (service, message))
|
||||
|
||||
if service == 'twitter':
|
||||
posted = social_service.post_to_twitter(message)
|
||||
|
|
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -543,8 +543,6 @@ def configure_node():
|
|||
put('config/supervisor_node_unread.conf', '/etc/supervisor/conf.d/node_unread.conf', use_sudo=True)
|
||||
put('config/supervisor_node_favicons.conf', '/etc/supervisor/conf.d/node_favicons.conf', use_sudo=True)
|
||||
sudo('supervisorctl reload')
|
||||
sudo('supervisorctl start node_unread')
|
||||
sudo('supervisorctl start node_favicons')
|
||||
|
||||
def copy_app_settings():
|
||||
put('config/settings/app_settings.py', '%s/local_settings.py' % env.NEWSBLUR_PATH)
|
||||
|
|
Loading…
Add table
Reference in a new issue