From 2af1f21d2496cb192973c27bff321527534e2c7c Mon Sep 17 00:00:00 2001 From: Ben Gott Date: Thu, 12 Mar 2015 12:31:36 -0700 Subject: [PATCH] Fix broken twitter avatars - services.twitter.profile_image_url_https field wasn't being published --- lib/publications.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/publications.js b/lib/publications.js index a4d676fc4..9885a9b93 100644 --- a/lib/publications.js +++ b/lib/publications.js @@ -15,6 +15,7 @@ privacyOptions = { // true means exposed 'profile.site': true, 'profile.twitter': true, 'services.twitter.profile_image_url': true, + 'services.twitter.profile_image_url_https': true, 'services.facebook.id': true, 'services.twitter.screenName': true, 'services.github.screenName': true, // Github is not really used, but there are some mentions to it in the code