From 69a1fa624dc04f30b3f5f8c734af6964ab50d23e Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Mon, 6 Jul 2015 15:30:53 +0300 Subject: Add header bar --- server/methods.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/methods.js') 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; } }); -- cgit v1.3.1