likePost: function (postId) {
        var user = Meteor.user();
        if (!user) {
            return;
        }