$scope.likePost = function () {
        if ($scope.userLikesPost()) {
            Ceres.call("unlikePost", $scope.post._id);
            Ceres.call("addUserLog", {
                type: "unlikePost",