Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-10-01 11:08:26 +0300
committerdartcafe <github@dartcafe.de>2020-10-17 17:45:19 +0300
commita0d6931f9ba1275b9f9ff3e8db3cf7ddf61922d6 (patch)
treec313d64ff263aa1ab244048f52adbc0ab4c39e1b /lib/Controller/CommentController.php
parentf05a42a0558d3b78f776c4540d8dea13f6245e5d (diff)
add circles to invitations
Diffstat (limited to 'lib/Controller/CommentController.php')
-rw-r--r--lib/Controller/CommentController.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/Controller/CommentController.php b/lib/Controller/CommentController.php
index 662b170c..01d5cd3c 100644
--- a/lib/Controller/CommentController.php
+++ b/lib/Controller/CommentController.php
@@ -55,17 +55,6 @@ class CommentController extends Controller {
$this->commentService = $commentService;
}
- // /**
- // * Read all comments of a poll based on the poll id and return list as array
- // * @NoAdminRequired
- // * @param int $pollId
- // * @param string $token
- // * @return DataResponse
- // */
- // public function list($pollId) {
- // return new DataResponse($this->commentService->list($pollId), Http::STATUS_OK);
- // }
- //
/**
* Write a new comment to the db and returns the new comment as array
* @NoAdminRequired