$scope.publishComment = function (comment) {
        $scope.Ceres.call("publishCommentOfPost", $scope.post._id, comment._id);
    };