Merge pull request #809 from bengott/devel

Fix broken twitter avatars
This commit is contained in:
Sacha Greif 2015-03-13 08:22:39 +09:00
commit 42994d51bb

View file

@ -15,6 +15,7 @@ privacyOptions = { // true means exposed
'profile.site': true, 'profile.site': true,
'profile.twitter': true, 'profile.twitter': true,
'services.twitter.profile_image_url': true, 'services.twitter.profile_image_url': true,
'services.twitter.profile_image_url_https': true,
'services.facebook.id': true, 'services.facebook.id': true,
'services.twitter.screenName': true, 'services.twitter.screenName': true,
'services.github.screenName': true, // Github is not really used, but there are some mentions to it in the code 'services.github.screenName': true, // Github is not really used, but there are some mentions to it in the code