summaryrefslogtreecommitdiff
path: root/server/methods.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/methods.js')
-rw-r--r--server/methods.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/methods.js b/server/methods.js
index d4cbaec..2254b08 100644
--- a/server/methods.js
+++ b/server/methods.js
@@ -8,5 +8,8 @@ Meteor.methods({
'max_timestamp': Math.round(Date.UTC(year, month) / 1000),
}
});
+ },
+ getInstagramProfilePhoto: function () {
+ return Meteor.user().services.instagram.profile_picture;
}
});