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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-09-16 13:03:55 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-16 13:03:55 +0300
commit6f46312029b6d6492652d0e71d32e4ed6f919bf4 (patch)
treef934ce6c77f0de630e5cbdf10cbcee239d1d7c7f /lib/Manager.php
parent2bf4ebf939fa68edc60e0b1e5c18cd22999e9bb6 (diff)
Don't select the message twice
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Manager.php')
-rw-r--r--lib/Manager.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Manager.php b/lib/Manager.php
index ae68ab88b..944d1c333 100644
--- a/lib/Manager.php
+++ b/lib/Manager.php
@@ -865,7 +865,6 @@ class Manager {
$query->selectAlias('c.verb', 'comment_verb');
$query->selectAlias('c.actor_type', 'comment_actor_type');
$query->selectAlias('c.actor_id', 'comment_actor_id');
- $query->selectAlias('c.message', 'comment_message');
$query->selectAlias('c.object_type', 'comment_object_type');
$query->selectAlias('c.object_id', 'comment_object_id');
if ($this->config->getAppValue('spreed', 'has_reference_id', 'no') === 'yes') {